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