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
/
2008-05-01-InvalidOrdCompare.ll
blob
42ccb21faf1c4f47574380d945edd6277b17969b
1
; RUN: llc < %s -enable-unsafe-fp-math -mtriple=i686-- | grep jp
2
; rdar://5902801
3
4
declare void @test2()
5
6
define i32 @test(double %p) nounwind {
7
%tmp5 = fcmp uno double %p, 0.000000e+00
8
br i1 %tmp5, label %bb, label %UnifiedReturnBlock
9
bb:
10
call void @test2()
11
ret i32 17
12
UnifiedReturnBlock:
13
ret i32 42
14
}
15