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
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 154104 tools/llvm-exegesis/lib/Assembler.h
tools/llvm-exegesis/lib/Assembler.cpp
tools/llvm-exegesis/lib/BenchmarkRunner.h
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
tools/llvm-exegesis/lib/Latency.h
tools/llvm-exegesis/lib/Latency.cpp
tools/llvm-exegesis/lib/MCInstrDescView.h
tools/llvm-exegesis/lib/MCInstrDescView.cpp
tools/llvm-exegesis/lib/RegisterAliasing.h
tools/llvm-exegesis/lib/Target.h
tools/llvm-exegesis/lib/Target.cpp
tools/llvm-exegesis/lib/Uops.h
tools/llvm-exegesis/lib/Uops.cpp
tools/llvm-exegesis/lib/X86/Target.cpp
unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp
unittests/tools/llvm-exegesis/CMakeLists.txt
unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
|
s/void*/char*/