brintos

brintos / llvm-project-archived public Read only

0
0
Text · 721 B · 384f9f1 Raw
12 lines · plain
1# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=assemble-measured-code -opcode-name=CMOV32rr -repetition-mode=duplicate | FileCheck %s2# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=assemble-measured-code -opcode-name=CMOV32rr -repetition-mode=loop | FileCheck %s3# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=assemble-measured-code -opcode-name=CMOV32rr -repetition-mode=min | FileCheck %s4 5CHECK:      ---6CHECK-NEXT: mode: latency7CHECK-NEXT: key:8CHECK-NEXT:   instructions:9CHECK-NEXT:     'CMOV32rr {{.*}} i_0x{{[0-9a-f]}}'10CHECK-NEXT: config: ''11CHECK-DAG: ...12