Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
Generic
/
bool-to-double.ll
blob: 81350a40b4dbee7a9ee796054515024340ed5e53 [
file
] [
log
] [
blame
]
; RUN: llc < %s
define
double
@test
(
i1
%X
)
{
%Y
=
uitofp
i1
%X
to
double
; <double> [#uses=1]
ret
double
%Y
}