1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/unittests/tools
Clement Courbet f38ee2fab7 [llvm-exegesis] move Mode from Key to BenchmarResult.
Moves the Mode field out of the Key. The existing yaml benchmark results can be fixed with the following script:

```
readonly FILE=$1
readonly MODE=latency # Change to uops to fix a uops benchmark.
cat $FILE | \
  sed "/^\ \+mode:\ \+$MODE$/d" | \
  sed "/^cpu_name.*$/i mode:            $MODE"
```

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

Authored by: Guillaume Chatelet

llvm-svn: 334079
2018-06-06 09:42:36 +00:00
..
llvm-cfi-verify Make CMakeLists.txt formatting more consistent with the rest of LLVM. 2018-05-09 01:15:38 +00:00
llvm-exegesis [llvm-exegesis] move Mode from Key to BenchmarResult. 2018-06-06 09:42:36 +00:00
CMakeLists.txt [llvm-exegesis] Run unit tests on more platforms. 2018-04-13 12:20:30 +00:00