1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; CHECK: movaps 3*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: movaps 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workerdefine void @bar(<2 x i64>* %p, <2 x i64> %x) nounwind { 6*9880d681SAndroid Build Coastguard Worker store <2 x i64> %x, <2 x i64>* %p 7*9880d681SAndroid Build Coastguard Worker ret void 8*9880d681SAndroid Build Coastguard Worker} 9