64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
8 lines
195 B
LLVM
8 lines
195 B
LLVM
; 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
|
|
}
|