Sign in
swiftshader
/
SwiftShader
/
e75d3348b0e727c271c98889c602162f898aa30e
/
.
/
third_party
/
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
}