summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-02-27-Fpextend.ll
blob: c12b9563b3050899dd5409d67e8a8cac9aa98b1d (plain)
1
2
3
4
5
6
7
; RUN: llc -mtriple=x86_64-pc-linux < %s
; PR9309

define <4 x double> @f_fu(<4 x float>) nounwind {
  %float2double.i = fpext <4 x float> %0 to <4 x double>
  ret <4 x double> %float2double.i
}