summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-27.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-27.ll b/llvm/test/CodeGen/X86/vec_shuffle-27.ll
index 0556284d0ce..dec98c7400a 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-27.ll
+++ b/llvm/test/CodeGen/X86/vec_shuffle-27.ll
@@ -19,9 +19,10 @@ entry:
ret <8 x float> %add
}
-
+; Test case for r122206
define void @test2(<4 x i64>* %ap, <4 x i64>* %bp) nounwind {
entry:
+; CHECK: movdqa
%a = load <4 x i64> * %ap
%b = load <4 x i64> * %bp
%mulaa = mul <4 x i64> %a, %a
OpenPOWER on IntegriCloud