Get rid of OpcodeName.
To remove the opcode name from an old file:
cat old_file | sed '/opcode_name.*/d'
Paths
| Differential D48121
[llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName ClosedPublic Authored by courbet on Jun 13 2018, 6:20 AM.
Details Summary Get rid of OpcodeName. To remove the opcode name from an old file: cat old_file | sed '/opcode_name.*/d'
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2018, 6:28 AM Closed by commit rL334691: [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName (authored by courbet). · Explain WhyJun 14 2018, 12:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 151146 tools/llvm-exegesis/lib/Analysis.cpp
tools/llvm-exegesis/lib/BenchmarkResult.h
tools/llvm-exegesis/lib/BenchmarkResult.cpp
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp
|
Unneeded braces.