12 lines · plain
1# RUN: llc -o - %s -mtriple=x86_64-- -run-pass=postrapseudos | FileCheck %s2---3# CHECK-LABEL: name: func4name: func5body: |6 bb.0:7 liveins: $eax8 ; CHECK-NOT: dead $rax = KILL {{[0-9]+}}9 ; CHECK: dead $rax = KILL killed $eax10 dead $rax = SUBREG_TO_REG 0, killed $eax, %subreg.sub_32bit11...12