This is part one of the change where I simply changed the signature of the functions. More work need to be done to actually produce more than one CodeTemplate per instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53209
[llvm-exegesis][NFC] Return many CodeTemplates instead of one. ClosedPublic Authored by gchatelet on Oct 12 2018, 11:18 AM.
Details Summary This is part one of the change where I simply changed the signature of the functions. More work need to be done to actually produce more than one CodeTemplate per instruction.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 15 2018, 12:54 AM Closed by commit rL344493: [llvm-exegesis][NFC] Return many CodeTemplates instead of one. (authored by gchatelet). · Explain WhyOct 15 2018, 2:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 169662 llvm/trunk/tools/llvm-exegesis/lib/Latency.h
llvm/trunk/tools/llvm-exegesis/lib/Latency.cpp
llvm/trunk/tools/llvm-exegesis/lib/SnippetGenerator.h
llvm/trunk/tools/llvm-exegesis/lib/SnippetGenerator.cpp
llvm/trunk/tools/llvm-exegesis/lib/Uops.h
llvm/trunk/tools/llvm-exegesis/lib/Uops.cpp
llvm/trunk/tools/llvm-exegesis/lib/X86/Target.cpp
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
|