repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
isunord.ll
blob
fa465d4e2209352996b831f50be81a06900207e5
1
; RUN: llvm-as < %s | llc
2
3
declare i1 @llvm.isunordered.f64(double, double)
4
5
define i1 @test(double %X, double %Y) {
6
%tmp27 = fcmp uno double %X, %Y ; <i1> [#uses=1]
7
ret i1 %tmp27
8
}
9