brintos

brintos / llvm-project-archived public Read only

0
0
Text · 890 B · 9375b55 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=LEA64r -repetition-mode=duplicate | FileCheck %s --check-prefixes=CHECK,CHECK-CODEGEN2# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=prepare-snippet              -opcode-name=LEA64r -repetition-mode=duplicate | FileCheck %s --check-prefixes=CHECK,CHECK-NO-CODEGEN3# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=prepare-and-assemble-snippet -opcode-name=LEA64r -repetition-mode=duplicate | FileCheck %s --check-prefixes=CHECK,CHECK-CODEGEN4 5CHECK:      ---6CHECK-NEXT: mode: latency7CHECK-NEXT: key:8CHECK-NEXT:   instructions:9CHECK-NEXT:     LEA64r10CHECK-CODEGEN: assembled_snippet: {{[A-Z0-9]+}}{{$}}11CHECK-NO-CODEGEN: assembled_snippet: ''{{$}}12