blob: 9a4b4cf59f25f1c204bcff8cfd94fc3a69d599cc [file] [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