Sign in
swiftshader
/
SwiftShader
/
e2b43f0084b33b2e2d64f82d2fb59a3efc74d1c3
/
.
/
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
}