Sign in
swiftshader
/
SwiftShader
/
a36f3f9a6e33f451f3e8a9a61363d57ca91c46e5
/
.
/
src
/
LLVM
/
test
/
CodeGen
/
Alpha
/
2009-07-16-PromoteFloatCompare.ll
blob: cfbf7fcdfd9001bcbed18a1d72d362d6bdcb8b27 [
file
]
; RUN: llc < %s -march=alpha
define
i1
@a
(
float
%x
)
{
%r
=
fcmp
ult
float
%x
,
1.0
ret
i1
%r
}