29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
|
# This tests backwards-compatibility of the yaml schema (see PR39082).
|
||
|
# RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-inconsistencies-output-file=- -analysis-clusters-output-file="" -analysis-numpoints=1 | FileCheck %s
|
||
|
|
||
|
# CHECK: DOCTYPE
|
||
|
|
||
|
---
|
||
|
mode: uops
|
||
|
key:
|
||
|
instructions:
|
||
|
- 'VZEROALL'
|
||
|
config: ''
|
||
|
register_initial_values:
|
||
|
cpu_name: haswell
|
||
|
llvm_triple: x86_64-unknown-linux-gnu
|
||
|
num_repetitions: 10000
|
||
|
measurements:
|
||
|
- { key: '3', value: 0.0015, per_snippet_value: 0.0015 }
|
||
|
- { key: '4', value: 0.0011, per_snippet_value: 0.0011 }
|
||
|
- { key: '5', value: 0.0006, per_snippet_value: 0.0006 }
|
||
|
- { key: '6', value: 0.0004, per_snippet_value: 0.0004 }
|
||
|
- { key: '7', value: 0.0002, per_snippet_value: 0.0002 }
|
||
|
- { key: '8', value: 1.0008, per_snippet_value: 1.0008 }
|
||
|
- { key: '9', value: 1.0022, per_snippet_value: 1.0022 }
|
||
|
- { key: '10', value: 0.0001, per_snippet_value: 0.0001 }
|
||
|
error: ''
|
||
|
info: ''
|
||
|
assembled_snippet: C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C3
|
||
|
...
|