s/requires/REQUIRES to fix the test on release build
[llvm-project.git] / llvm / test / tools / llvm-exegesis / Mips / latency-GPR64.s
blobcc2cf20ce05f4673f5a70c52dd570bfe2e2237d1
1 # RUN: llvm-exegesis -mode=latency -opcode-name=AND64 | FileCheck %s
2 # REQUIRES: exegesis-can-execute-mips, exegesis-can-measure-latency
4 CHECK: ---
5 CHECK-NEXT: mode: latency
6 CHECK-NEXT: key:
7 CHECK-NEXT: instructions:
8 CHECK-NEXT: AND64
9 CHECK-NEXT: config: ''
10 CHECK-NEXT: register_initial_values:
11 CHECK-DAG: - '[[REG1:[A-Z0-9]+_64]]=0x0'
12 CHECK-DAG: ...