You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
12 lines
306 B
# 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
|
|
...
|