brintos

brintos / llvm-project-archived public Read only

0
0
Text · 255 B · 088e518 Raw
14 lines · plain
1; RUN: llc -mtriple=hexagon -debug < %s2; REQUIRES: asserts3 4target triple = "hexagon"5 6; Function Attrs: nounwind readnone7define i32 @f0(i1 zeroext %a0) #0 {8b0:9  %v0 = select i1 %a0, i32 1, i32 210  ret i32 %v011}12 13attributes #0 = { nounwind readnone }14