This adds a -max-configs-per-opcode option to limit the number of
configs per opcode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D68642
[llvm-exegesis] Add options to SnippetGenerator. ClosedPublic Authored by courbet on Oct 8 2019, 7:17 AM.
Details Summary This adds a -max-configs-per-opcode option to limit the number of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 8 2019, 7:23 AM Closed by commit rG2cd0f2895946: [llvm-exegesis] Add options to SnippetGenerator. (authored by courbet). · Explain WhyOct 8 2019, 7:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223853 llvm/docs/CommandGuide/llvm-exegesis.rst
llvm/test/tools/llvm-exegesis/X86/max-configs.test
llvm/tools/llvm-exegesis/lib/Latency.h
llvm/tools/llvm-exegesis/lib/SnippetGenerator.h
llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp
llvm/tools/llvm-exegesis/lib/Target.h
llvm/tools/llvm-exegesis/lib/Target.cpp
llvm/tools/llvm-exegesis/lib/Uops.h
llvm/tools/llvm-exegesis/lib/X86/Target.cpp
llvm/tools/llvm-exegesis/llvm-exegesis.cpp
llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
|