[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / DebugInfo / MIR / InstrRef / instr-ref-roundtrip.mir
blobb045cbc784fcdc01ce3bd2c9b0c5790c44621628
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     RET64 $rax
18 ...