1# This tests backwards-compatibility of the yaml schema (see PR39082).
2# RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-clusters-output-file=- -analysis-numpoints=1 | FileCheck %s
3
4# CHECK: cluster_id,opcode_name,config,sched_class,HWPort0,HWPort1,HWPort2,HWPort3,HWPort4,HWPort5,HWPort6,HWPort7,NumMicroOps
5# CHECK-NEXT: vzeroall
6
7---
8mode:            uops
9key:
10  instructions:
11    - 'VZEROALL'
12  config:          ''
13  register_initial_values:
14cpu_name:        haswell
15llvm_triple:     x86_64-unknown-linux-gnu
16num_repetitions: 10000
17measurements:
18  - { debug_string: HWPort0, value: 0.0015, per_snippet_value: 0.0015, key: '0' }
19  - { debug_string: HWPort1, value: 0.0011, per_snippet_value: 0.0011, key: '1' }
20  - { debug_string: HWPort2, value: 0.0006, per_snippet_value: 0.0006, key: '2' }
21  - { debug_string: HWPort3, value: 0.0004, per_snippet_value: 0.0004, key: '3' }
22  - { debug_string: HWPort4, value: 0.0002, per_snippet_value: 0.0002, key: '4' }
23  - { debug_string: HWPort5, value: 1.0008, per_snippet_value: 1.0008, key: '5' }
24  - { debug_string: HWPort6, value: 1.0022, per_snippet_value: 1.0022, key: '6' }
25  - { debug_string: HWPort7, value: 0.0001, per_snippet_value: 0.0001, key: '7' }
26  - { debug_string: NumMicroOps, value: 20.0073, per_snippet_value: 20.0073, key: '8' }
27error:           ''
28info:            ''
29assembled_snippet: C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C3
30...
31