[PATCH] D48121: [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 06:22:48 PDT 2018


courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added a subscriber: tschuett.

Get rid of OpcodeName.

To remove the opcode name from an old file:

  cat old_file | sed '/opcode_name.*/d'


Repository:
  rL LLVM

https://reviews.llvm.org/D48121

Files:
  tools/llvm-exegesis/lib/Analysis.cpp
  tools/llvm-exegesis/lib/BenchmarkResult.cpp
  tools/llvm-exegesis/lib/BenchmarkResult.h
  tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48121.151141.patch
Type: text/x-patch
Size: 9501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180613/7c589a99/attachment-0001.bin>


More information about the llvm-commits mailing list