repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][Alignment] Make functions using log of alignment explicit
[llvm-complete.git]
/
test
/
CodeGen
/
PowerPC
/
fpcopy.ll
blob
1416423357acba5369ddb4c658663d40b8a2f1a2
1
; RUN: llc -verify-machineinstrs < %s -mtriple=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