[AMDGPU][True16][CodeGen] true16 codegen pattern for f16 canonicalize (#122000)
[llvm-project.git] / llvm / test / tools / llvm-exegesis / X86 / validation-counters.asm
blob7d0c940519e6ab1af643da21790fd0392da69e0b
1 # REQUIRES: exegesis-can-measure-latency, exegesis-can-measure-uops, x86_64-linux
3 # Check that when specifying validation counters, the validation counter is
4 # collected and the information is displayed in the output. Test across
5 # multiple configurations that need to be wired up separately for validation
6 # counter support.
8 # RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -opcode-name=ADD64rr --validation-counter=instructions-retired | FileCheck %s
9 # RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -opcode-name=ADD64rr --validation-counter=instructions-retired -execution-mode=subprocess | FileCheck %s
10 # RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=uops -opcode-name=ADD64rr --validation-counter=instructions-retired -execution-mode=subprocess | FileCheck %s
12 # CHECK: instructions-retired: {{[0-9]+}}