blob: 61df3a728c6ea3d72c9589a69914128482a853c8 [file] [log] [blame]
Duncan Sands443612e2011-02-28 12:30:47 +00001; RUN: llc -march=x86-64 < %s
Duncan Sands9c452512011-02-27 14:41:27 +00002; PR9309
3
4define <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}