14 lines · plain
1# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=assemble-measured-code -opcode-name=SQRTSSr -repetition-mode=loop | FileCheck %s2 3# Check that the setup code for MXCSR does not crash the snippet.4 5CHECK: ---6CHECK-NEXT: mode: latency7CHECK-NEXT: key:8CHECK-NEXT: instructions:9CHECK-NEXT: SQRTSSr10CHECK-NEXT: config: ''11CHECK-NEXT: register_initial_values:12CHECK-NOT: crashed13CHECK-DAG: ...14