File: analysis-uops-backwards.test

package info (click to toggle)
llvm-toolchain-13 1%3A13.0.1-6~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,418,812 kB
  • sloc: cpp: 5,290,827; ansic: 996,570; asm: 544,593; python: 188,212; objc: 72,027; lisp: 30,291; f90: 25,395; sh: 24,900; javascript: 9,780; pascal: 9,398; perl: 7,484; ml: 5,432; awk: 3,523; makefile: 2,892; xml: 953; cs: 573; fortran: 539
file content (30 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This tests backwards-compatibility of the yaml schema (see PR39082).
# RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-clusters-output-file=- -analysis-numpoints=1 | FileCheck %s

# CHECK: cluster_id,opcode_name,config,sched_class,HWPort0,HWPort1,HWPort2,HWPort3,HWPort4,HWPort5,HWPort6,HWPort7,NumMicroOps
# CHECK-NEXT: vzeroall

---
mode:            uops
key:
  instructions:
    - 'VZEROALL'
  config:          ''
  register_initial_values:
cpu_name:        haswell
llvm_triple:     x86_64-unknown-linux-gnu
num_repetitions: 10000
measurements:
  - { debug_string: HWPort0, value: 0.0015, per_snippet_value: 0.0015, key: '0' }
  - { debug_string: HWPort1, value: 0.0011, per_snippet_value: 0.0011, key: '1' }
  - { debug_string: HWPort2, value: 0.0006, per_snippet_value: 0.0006, key: '2' }
  - { debug_string: HWPort3, value: 0.0004, per_snippet_value: 0.0004, key: '3' }
  - { debug_string: HWPort4, value: 0.0002, per_snippet_value: 0.0002, key: '4' }
  - { debug_string: HWPort5, value: 1.0008, per_snippet_value: 1.0008, key: '5' }
  - { debug_string: HWPort6, value: 1.0022, per_snippet_value: 1.0022, key: '6' }
  - { debug_string: HWPort7, value: 0.0001, per_snippet_value: 0.0001, key: '7' }
  - { debug_string: NumMicroOps, value: 20.0073, per_snippet_value: 20.0073, key: '8' }
error:           ''
info:            ''
assembled_snippet: C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C5FC77C3
...