Sign in
swiftshader
/
SwiftShader.git
/
8820f64b43b5b41c15cbebd3bcf2a6078800d8da
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
bool-to-double.ll
blob: 2cffdedef7865d0a0b71568017158d11c6149cdd [
file
]
; RUN: llc < %s
define
double
@test
(
i1
%X
)
{
%Y
=
uitofp
i1
%X
to
double
; <double> [#uses=1]
ret
double
%Y
}