File: analysis-uops-backwards.test

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; cs: 573; fortran: 567
file content (30 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download | duplicates (23)
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
...