blob: a1f849553d99b08e7f2129b77d72d6b823546428 [file] [log] [blame] [edit]
# RUN: llc -mtriple=x86_64-unknown-unknown \
# RUN: --passes='print<reaching-def>' \
# RUN: -filetype=null 2>&1 %s | FileCheck %s
---
name: is_odd
tracksRegLiveness: true
body: |
bb.0:
liveins: $edi
$eax = MOV32rr $edi
$eax = AND32ri killed $eax, 1, implicit-def dead $eflags
RET64 $eax
...
# CHECK: Reaching definitions for for machine function: is_odd
# CHECK-NEXT: RDA results for is_odd