aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/expand-post-ra-pseudo.mir
blob: ffc3fd6ce0d8911a5fb3f73e88360f7e22bbad0b (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: llc -o - %s -mtriple=x86_64-- -run-pass=postrapseudos | FileCheck %s
---
# CHECK-LABEL: name: func
name: func
body: |
  bb.0:
    liveins: $eax
    ; CHECK-NOT: dead $rax = KILL {{[0-9]+}}
    ; CHECK: dead $rax = KILL killed $eax
    dead $rax = SUBREG_TO_REG 0, killed $eax, %subreg.sub_32bit
...