Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
e3fef569eb316d234212a49110e06bbfe96b0c5e
/
.
/
test
/
CodeGen
/
Alpha
/
2009-07-16-PromoteFloatCompare.ll
blob: 3b11880758d9148d09c331c78be6969fc5e6f4a8 [
file
] [
log
] [
blame
]
Eli Friedman
e3fef56
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
}