[PATCH] D48542: [llvm-exegesis] Generate snippet setup code.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 05:10:16 PDT 2018


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

Simplify: VR128X (xmm0-31) includes VR128 (xmm0-8) and FR(32|64|128)X? (low subword of xmm).


Repository:
  rL LLVM

https://reviews.llvm.org/D48542

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/LlvmState.cpp
  tools/llvm-exegesis/lib/LlvmState.h
  tools/llvm-exegesis/lib/MCInstrDescView.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.h
  tools/llvm-exegesis/lib/Target.h
  tools/llvm-exegesis/lib/X86/Target.cpp
  unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
  unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  unittests/tools/llvm-exegesis/X86/TargetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48542.152665.patch
Type: text/x-patch
Size: 25322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180625/1f5308ef/attachment.bin>


More information about the llvm-commits mailing list