repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
isnan.ll
blob
98766838f14ca656efa35cb2d9893215f06fedea
1
; RUN: llc < %s -mtriple=i686-- | not grep call
2
3
declare i1 @llvm.isunordered.f64(double)
4
5
define i1 @test_isnan(double %X) {
6
%R = fcmp uno double %X, %X ; <i1> [#uses=1]
7
ret i1 %R
8
}
9