Files
llvm-6502/test/CodeGen/Generic/2011-02-27-Fpextend.ll
2011-02-27 14:41:27 +00:00

8 lines
170 B
LLVM

; RUN: llc < %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
}