1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=x86-64 | grep movaps | count 1 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workerdefine <2 x i64> @bar(<2 x i64>* %p) nounwind { 4*9880d681SAndroid Build Coastguard Worker %t = load <2 x i64>, <2 x i64>* %p 5*9880d681SAndroid Build Coastguard Worker ret <2 x i64> %t 6*9880d681SAndroid Build Coastguard Worker} 7