Sign in
llvm
/
llvm
/
d8b4d6f7e1bf66ee263e9889a10afa3076c30c9d
/
.
/
test
/
CodeGen
/
Hexagon
/
lower-i1.ll
blob: 6c8fa8ce153208bd3349bb4731de2b0839e8371d [
file
] [
log
] [
blame
]
; RUN: llc -march=hexagon -debug < %s
; REQUIRES: asserts
target
triple
=
"hexagon"
; Function Attrs: nounwind readnone
define
i32
@f0
(
i1
zeroext
%a0
)
#
0
{
b0
:
%v0
=
select
i1
%a0
,
i32
1
,
i32
2
ret
i32
%v0
}
attributes
#
0
=
{
nounwind
readnone
}