1# RUN: llvm-exegesis -mode=latency -opcode-name=CMOV32rr -repetition-mode=duplicate | FileCheck %s
2# RUN: llvm-exegesis -mode=latency -opcode-name=CMOV32rr -repetition-mode=loop | FileCheck %s
3
4CHECK:      ---
5CHECK-NEXT: mode: latency
6CHECK-NEXT: key:
7CHECK-NEXT:   instructions:
8CHECK-NEXT:     'CMOV32rr {{.*}} i_0x{{[0-9a-f]}}'
9CHECK-NEXT: config: ''
10CHECK-LAST: ...
11