blob: 6c8fa8ce153208bd3349bb4731de2b0839e8371d [file] [log] [blame]
Krzysztof Parzyszek046090d2018-03-12 14:01:28 +00001; RUN: llc -march=hexagon -debug < %s
2; REQUIRES: asserts
3
4target triple = "hexagon"
5
6; Function Attrs: nounwind readnone
7define i32 @f0(i1 zeroext %a0) #0 {
8b0:
9 %v0 = select i1 %a0, i32 1, i32 2
10 ret i32 %v0
11}
12
13attributes #0 = { nounwind readnone }