[PATCH] D51856: [llvm-exegesis] Improve Register Setup.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 05:48:01 PDT 2018


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, tschuett, mgorny.
Herald added a reviewer: javed.absar.

Added function to set a register to a particular value + tests.
Add EFLAGS test, use new setRegTo instead of setRegToConstant.


Repository:
  rL LLVM

https://reviews.llvm.org/D51856

Files:
  tools/llvm-exegesis/lib/AArch64/Target.cpp
  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/CMakeLists.txt
  tools/llvm-exegesis/lib/RegisterValue.cpp
  tools/llvm-exegesis/lib/RegisterValue.h
  tools/llvm-exegesis/lib/Target.cpp
  tools/llvm-exegesis/lib/Target.h
  tools/llvm-exegesis/lib/X86/Target.cpp
  unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp
  unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
  unittests/tools/llvm-exegesis/CMakeLists.txt
  unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
  unittests/tools/llvm-exegesis/RegisterValueTest.cpp
  unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
  unittests/tools/llvm-exegesis/X86/TargetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51856.164660.patch
Type: text/x-patch
Size: 53043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180910/6f6dae94/attachment.bin>


More information about the llvm-commits mailing list