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
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
PowerPC
/
fpcopy.ll
blob
7d8059645ad22f92bf4e5e115c0e0163aeb2d982
1
; RUN: llvm-as < %s | llc -march=ppc32 | not grep fmr
2
3
define double @test(float %F) {
4
%F.upgrd.1 = fpext float %F to double ; <double> [#uses=1]
5
ret double %F.upgrd.1
6
}
7