[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / DebugInfo / MIR / InstrRef / instr-ref-roundtrip.mir
blob0d30b2b8785e785aee69f360ace76f53b58a7907
1 # RUN: llc %s -march=x86-64 -run-pass=machineverifier -o - -experimental-debug-variable-locations | FileCheck %s
3 # REQUIRES: x86-registered-target
5 # CHECK: MOV64rr $rdi, debug-instr-number 1
6 ---
7 name: test
8 tracksRegLiveness: true
9 liveins:
10   - { reg: '$rdi', virtual-reg: '' }
11 body:  |
12   bb.0:
13   liveins: $rdi, $rax
14     $rbp = MOV64rr $rdi, debug-instr-number 1
15     dead $rcx = MOV64ri 0
16     CMP64ri8 renamable $rax, 1, implicit-def $eflags
17     RETQ $rax
18 ...