reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    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
...