Sign in
swiftshader
/
SwiftShader
/
dc85364a33e23cfbaf95144c3e9d145a5dbb5c07
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Mips
/
2008-07-07-FPExtend.ll
blob: 29c8e8446e3d2f283a1321585a2db0aec79f38be [
file
] [
log
] [
blame
]
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
define
double
@dofloat
(
float
%a
)
nounwind
{
entry
:
; CHECK: __extendsfdf2
fpext
float
%a
to
double
; <double>:0 [#uses=1]
ret
double
%0
}