[PATCH] D48935: [llvm-exegesis] Provide a way to handle memory instructions.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 07:39:11 PDT 2018


courbet updated this revision to Diff 154110.
courbet added a comment.

Use ScratchSpace instead of alinged_storage.


Repository:
  rL LLVM

https://reviews.llvm.org/D48935

Files:
  tools/llvm-exegesis/lib/Assembler.cpp
  tools/llvm-exegesis/lib/Assembler.h
  tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  tools/llvm-exegesis/lib/BenchmarkRunner.h
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/Latency.h
  tools/llvm-exegesis/lib/MCInstrDescView.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.h
  tools/llvm-exegesis/lib/RegisterAliasing.h
  tools/llvm-exegesis/lib/Target.cpp
  tools/llvm-exegesis/lib/Target.h
  tools/llvm-exegesis/lib/Uops.cpp
  tools/llvm-exegesis/lib/Uops.h
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48935.154110.patch
Type: text/x-patch
Size: 40412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/878a39a0/attachment.bin>


More information about the llvm-commits mailing list