Sign in
swiftshader
/
SwiftShader.git
/
20e22c4b509a0f7d0fa6208e2974556e46ae8b62
/
.
/
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
}