xref: /llvm-project/llvm/test/tools/llvm-exegesis/X86/latency/latency-CVTSD2SI64rr.s (revision e0ad2af6916a6c743e8ff19489818381e697d4ee)
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