[PATCH] D71653: [llvm-exegesis][NFC] internal changes

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 03:23:26 PST 2019


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, atanasyan, jrtc27, tschuett, sdardis.
Herald added a project: LLVM.

BitVectors are now cached to lower memory utilization.
Instructions have reference semantics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71653

Files:
  llvm/tools/llvm-exegesis/lib/CodeTemplate.cpp
  llvm/tools/llvm-exegesis/lib/CodeTemplate.h
  llvm/tools/llvm-exegesis/lib/Latency.cpp
  llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
  llvm/tools/llvm-exegesis/lib/MCInstrDescView.h
  llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/Uops.cpp
  llvm/tools/llvm-exegesis/lib/X86/Target.cpp
  llvm/tools/llvm-exegesis/llvm-exegesis.cpp
  llvm/unittests/tools/llvm-exegesis/Mips/SnippetGeneratorTest.cpp
  llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71653.234495.patch
Type: text/x-patch
Size: 31837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/93f74dd2/attachment.bin>


More information about the llvm-commits mailing list