1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=x86-64 | grep movup | count 2 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workerdefine void @foo(<4 x float>* %p, <4 x float> %x) nounwind { 4*9880d681SAndroid Build Coastguard Worker store <4 x float> %x, <4 x float>* %p, align 4 5*9880d681SAndroid Build Coastguard Worker ret void 6*9880d681SAndroid Build Coastguard Worker} 7*9880d681SAndroid Build Coastguard Workerdefine void @bar(<2 x double>* %p, <2 x double> %x) nounwind { 8*9880d681SAndroid Build Coastguard Worker store <2 x double> %x, <2 x double>* %p, align 8 9*9880d681SAndroid Build Coastguard Worker ret void 10*9880d681SAndroid Build Coastguard Worker} 11