repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
2009-03-26-NoImplicitFPBug.ll
blob
0e31942e468df2137897c6fe65fb95eb2385a8a8
1
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -no-implicit-float
2
3
define double @t(double %x) nounwind ssp {
4
entry:
5
br i1 false, label %return, label %bb3
6
7
bb3: ; preds = %entry
8
ret double 0.000000e+00
9
10
return: ; preds = %entry
11
ret double undef
12
}