1*9880d681SAndroid Build Coastguard Worker; RUN: %lli %s > /dev/null 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workerdefine i32 @main() { 4*9880d681SAndroid Build Coastguard Worker %double1 = fadd <2 x double> <double 0.0, double 0.0>, <double 0.0, double 0.0> 5*9880d681SAndroid Build Coastguard Worker %double2 = fadd <2 x double> <double 0.0, double 0.0>, <double 0.0, double 0.0> 6*9880d681SAndroid Build Coastguard Worker %float1 = fadd <3 x float> <float 0.0, float 0.0, float 0.0>, <float 0.0, float 0.0, float 0.0> 7*9880d681SAndroid Build Coastguard Worker %float2 = fadd <3 x float> <float 0.0, float 0.0, float 0.0>, <float 0.0, float 0.0, float 0.0> 8*9880d681SAndroid Build Coastguard Worker %test49 = fcmp oeq <3 x float> %float1, %float2 9*9880d681SAndroid Build Coastguard Worker %test50 = fcmp oge <3 x float> %float1, %float2 10*9880d681SAndroid Build Coastguard Worker %test51 = fcmp ogt <3 x float> %float1, %float2 11*9880d681SAndroid Build Coastguard Worker %test52 = fcmp ole <3 x float> %float1, %float2 12*9880d681SAndroid Build Coastguard Worker %test53 = fcmp olt <3 x float> %float1, %float2 13*9880d681SAndroid Build Coastguard Worker %test54 = fcmp une <3 x float> %float1, %float2 14*9880d681SAndroid Build Coastguard Worker 15*9880d681SAndroid Build Coastguard Worker %test55 = fcmp oeq <2 x double> %double1, %double2 16*9880d681SAndroid Build Coastguard Worker %test56 = fcmp oge <2 x double> %double1, %double2 17*9880d681SAndroid Build Coastguard Worker %test57 = fcmp ogt <2 x double> %double1, %double2 18*9880d681SAndroid Build Coastguard Worker %test58 = fcmp ole <2 x double> %double1, %double2 19*9880d681SAndroid Build Coastguard Worker %test59 = fcmp olt <2 x double> %double1, %double2 20*9880d681SAndroid Build Coastguard Worker %test60 = fcmp une <2 x double> %double1, %double2 21*9880d681SAndroid Build Coastguard Worker 22*9880d681SAndroid Build Coastguard Worker ret i32 0 23*9880d681SAndroid Build Coastguard Worker} 24*9880d681SAndroid Build Coastguard Worker 25*9880d681SAndroid Build Coastguard Worker 26