1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-exegesis
Clement Courbet abd471f672 [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName
Summary:
Get rid of OpcodeName.

To remove the opcode name from an old file:
```
cat old_file | sed '/opcode_name.*/d'
```

Reviewers: gchatelet

Subscribers: tschuett, llvm-commits

Differential Revision: https://reviews.llvm.org/D48121

llvm-svn: 334691
2018-06-14 06:57:52 +00:00
..
lib [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName 2018-06-14 06:57:52 +00:00
CMakeLists.txt [llvm-exegesis] Move libpfm linking to LLVMExegesis. 2018-06-12 13:07:16 +00:00
llvm-exegesis.cpp [llvm-exegesis] Fix unhandled error. 2018-06-11 14:10:10 +00:00
LLVMBuild.txt Re-land r329156 "Add llvm-exegesis tool." 2018-04-04 11:37:06 +00:00