This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ed751bd47
llvm-project
/
llvm
/
test
/
CodeGen
/
Alpha
/
2009-07-16-PromoteFloatComp...
7 lines
99 B
LLVM
Raw
Blame
History
; RUN: llc < %s -march=alpha
define
i1
@a
(
float
%x
)
{
%r
=
fcmp
ult
float
%x
,
1.0
ret
i1
%r
}
Reference in New Issue
View Git Blame
Copy Permalink