This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-25 04:02:41 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ce1439297b
llvm-mirror
/
test
/
CodeGen
/
Alpha
/
2009-07-16-PromoteFloatCompare.ll
7 lines
99 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s -march=alpha
Make promotion in operation legalization for SETCC work correctly. llvm-svn: 76153
2009-07-17 07:16:04 +02:00
define
i1
@a
(
float
%x
)
{
%r
=
fcmp
ult
float
%x
,
1.0
ret
i1
%r
}
Reference in New Issue
Copy Permalink