[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / expand-post-ra-pseudo.mir
blobffc3fd6ce0d8911a5fb3f73e88360f7e22bbad0b
1 # RUN: llc -o - %s -mtriple=x86_64-- -run-pass=postrapseudos | FileCheck %s
2 ---
3 # CHECK-LABEL: name: func
4 name: func
5 body: |
6   bb.0:
7     liveins: $eax
8     ; CHECK-NOT: dead $rax = KILL {{[0-9]+}}
9     ; CHECK: dead $rax = KILL killed $eax
10     dead $rax = SUBREG_TO_REG 0, killed $eax, %subreg.sub_32bit
11 ...