brintos

brintos / llvm-project-archived public Read only

0
0
Text · 195 B · c12b956 Raw
8 lines · plain
1; RUN: llc -mtriple=x86_64-pc-linux < %s2; PR93093 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.i7}8