Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
9c45251e1165a9ed8c351468ebb01b3859ea1df3
/
.
/
test
/
CodeGen
/
Generic
/
2011-02-27-Fpextend.ll
blob: 38a1e4e414462a458b27f10d30ace84515fec046 [
file
] [
log
] [
blame
]
Duncan Sands
9c45251
2011-02-27 14:41:27 +0000
[
diff
] [
blame^
]
1
; RUN: llc < %s
2
; PR9309
3
4
define
<
4
x
double
>
@f_fu
(<
4
x
float
>)
nounwind
{
5
%float2double.i
=
fpext
<
4
x
float
>
%0
to
<
4
x
double
>
6
ret
<
4
x
double
>
%float2double.i
7
}