• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llc -o - %s -mtriple=x86_64-- -run-pass=postrapseudos | FileCheck %s
2---
3# CHECK-LABEL: name: func
4name: func
5body: |
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...
12