xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2011-02-27-Fpextend.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=x86_64-pc-linux < %s
2*9880d681SAndroid Build Coastguard Worker; PR9309
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Workerdefine <4 x double> @f_fu(<4 x float>) nounwind {
5*9880d681SAndroid Build Coastguard Worker  %float2double.i = fpext <4 x float> %0 to <4 x double>
6*9880d681SAndroid Build Coastguard Worker  ret <4 x double> %float2double.i
7*9880d681SAndroid Build Coastguard Worker}
8