And implement memory instructions on X86.
This fixes PR36906.
Paths
| Differential D48935
[llvm-exegesis] Provide a way to handle memory instructions. ClosedPublic Authored by courbet on Jul 4 2018, 6:39 AM.
Details Summary And implement memory instructions on X86. This fixes PR36906.
Diff Detail
Event Timeline
filcab added inline comments.
Comment Actions Thanks for the comments !
Comment Actions Thanks, PTAL.
This revision is now accepted and ready to land.Jul 25 2018, 5:49 AM Comment Actions Thanks.
Closed by commit rL338567: [llvm-exegesis] Provide a way to handle memory instructions. (authored by gchatelet). · Explain WhyAug 1 2018, 7:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158539 llvm/trunk/tools/llvm-exegesis/lib/Assembler.h
llvm/trunk/tools/llvm-exegesis/lib/Assembler.cpp
llvm/trunk/tools/llvm-exegesis/lib/BenchmarkRunner.h
llvm/trunk/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
llvm/trunk/tools/llvm-exegesis/lib/Latency.h
llvm/trunk/tools/llvm-exegesis/lib/Latency.cpp
llvm/trunk/tools/llvm-exegesis/lib/MCInstrDescView.h
llvm/trunk/tools/llvm-exegesis/lib/MCInstrDescView.cpp
llvm/trunk/tools/llvm-exegesis/lib/RegisterAliasing.h
llvm/trunk/tools/llvm-exegesis/lib/Target.h
llvm/trunk/tools/llvm-exegesis/lib/Target.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/ARM/AssemblerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
llvm/trunk/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
|