Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a64eb92fe305424ebde2e3de2b12160b8bf76047
/
.
/
test
/
CodeGen
/
Alpha
/
2009-07-16-PromoteFloatCompare.ll
blob: 3b11880758d9148d09c331c78be6969fc5e6f4a8 [
file
] [
log
] [
blame
]
Eli Friedman
a64eb92
2009-07-17 05:16:04 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=alpha
2
3
define
i1
@a
(
float
%x
)
{
4
%r
=
fcmp
ult
float
%x
,
1.0
5
ret
i1
%r
6
}