1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s 2*9880d681SAndroid Build Coastguard Worker%f8 = type <8 x float> 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine void @test_f8(%f8 *%P, %f8* %Q, %f8 *%S) { 5*9880d681SAndroid Build Coastguard Worker %p = load %f8, %f8* %P 6*9880d681SAndroid Build Coastguard Worker %q = load %f8, %f8* %Q 7*9880d681SAndroid Build Coastguard Worker %R = fadd %f8 %p, %q 8*9880d681SAndroid Build Coastguard Worker store %f8 %R, %f8 *%S 9*9880d681SAndroid Build Coastguard Worker ret void 10*9880d681SAndroid Build Coastguard Worker} 11*9880d681SAndroid Build Coastguard Worker 12