brintos

brintos / llvm-project-archived public Read only

0
0
Text · 433 B · a1f8495 Raw
17 lines · plain
1# RUN: llc -mtriple=x86_64-unknown-unknown \2# RUN: --passes='print<reaching-def>' \3# RUN: -filetype=null 2>&1 %s | FileCheck %s4 5---6name:            is_odd7tracksRegLiveness: true8body:             |9  bb.0:10    liveins: $edi11    $eax = MOV32rr $edi12    $eax = AND32ri killed $eax, 1, implicit-def dead $eflags13    RET64 $eax14...15# CHECK: Reaching definitions for for machine function: is_odd16# CHECK-NEXT: RDA results for is_odd17