summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/Uops.h
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2019-10-08 14:30:24 +0000
committerClement Courbet <courbet@google.com>2019-10-08 14:30:24 +0000
commit2cd0f2895946de546d066f67c88ff365d3210017 (patch)
tree1dde8cff5615fac6906b453afef96f2fb7fbc685 /llvm/tools/llvm-exegesis/lib/Uops.h
parentcf3ab6d96c3e9477b05bbbe8b525151320e96d71 (diff)
downloadbcm5719-llvm-2cd0f2895946de546d066f67c88ff365d3210017.tar.gz
bcm5719-llvm-2cd0f2895946de546d066f67c88ff365d3210017.zip
[llvm-exegesis] Add options to SnippetGenerator.
Summary: This adds a `-max-configs-per-opcode` option to limit the number of configs per opcode. Reviewers: gchatelet Subscribers: tschuett, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68642 llvm-svn: 374054
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Uops.h')
-rw-r--r--llvm/tools/llvm-exegesis/lib/Uops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Uops.h b/llvm/tools/llvm-exegesis/lib/Uops.h
index 23caff26658..fcfeabe99ee 100644
--- a/llvm/tools/llvm-exegesis/lib/Uops.h
+++ b/llvm/tools/llvm-exegesis/lib/Uops.h
@@ -22,7 +22,7 @@ namespace exegesis {
class UopsSnippetGenerator : public SnippetGenerator {
public:
- UopsSnippetGenerator(const LLVMState &State) : SnippetGenerator(State) {}
+ using SnippetGenerator::SnippetGenerator;
~UopsSnippetGenerator() override;
llvm::Expected<std::vector<CodeTemplate>>
OpenPOWER on IntegriCloud