1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker; Test that we produce a movntdq, not a vmovntdq 4*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: vmovntdq 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Workerdefine void @test(<2 x i64>* nocapture %a, <2 x i64> %b) nounwind optsize { 7*9880d681SAndroid Build Coastguard Workerentry: 8*9880d681SAndroid Build Coastguard Worker store <2 x i64> %b, <2 x i64>* %a, align 32, !nontemporal !0 9*9880d681SAndroid Build Coastguard Worker ret void 10*9880d681SAndroid Build Coastguard Worker} 11*9880d681SAndroid Build Coastguard Worker 12*9880d681SAndroid Build Coastguard Worker!0 = !{i32 1} 13