Home | History | Annotate | Download | only in Hexagon
      1 ; RUN: llc -march=hexagon -debug < %s
      2 ; REQUIRES: asserts
      3 
      4 target triple = "hexagon"
      5 
      6 ; Function Attrs: nounwind readnone
      7 define i32 @f0(i1 zeroext %a0) #0 {
      8 b0:
      9   %v0 = select i1 %a0, i32 1, i32 2
     10   ret i32 %v0
     11 }
     12 
     13 attributes #0 = { nounwind readnone }
     14