Sign in
swiftshader
/
SwiftShader
/
e2b43f0084b33b2e2d64f82d2fb59a3efc74d1c3
/
.
/
src
/
LLVM
/
test
/
CodeGen
/
PowerPC
/
fpcopy.ll
blob: 6b6bdcd47242be2e320afc9b2f41f4a57e3c07ef [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=ppc32 | not grep fmr
define
double
@test
(
float
%F
)
{
%F.upgrd.1
=
fpext
float
%F
to
double
; <double> [#uses=1]
ret
double
%F.upgrd.1
}