1# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=latency --benchmark-phase=assemble-measured-code -opcode-name=CVTSD2SI64rr -repetition-mode=loop --max-configs-per-opcode=8192 | FileCheck %s 2 3# We used to fail to setup the snippet, and that disabled liveness tracking 4# which we'd then tried to access during this run-line. 5# Just check that we don't crash 6 7CHECK: --- 8CHECK-NEXT: mode: latency 9CHECK-NEXT: key: 10CHECK-NEXT: instructions: 11CHECK-NEXT: CVTSD2SI64rr 12