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
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
2013-03-20-APFloatCrash.ll
blob
a1aed0e3a4b6ac47bc7ba9e9434b73bb5fa6669f
1
; RUN: llc < %s
2
3
define internal i1 @f(float %s) {
4
entry:
5
%c = fcmp ogt float %s, 0x41EFFFFFE0000000
6
ret i1 %c
7
}