summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-27.ll
diff options
context:
space:
mode:
authorMon P Wang <wangmp@apple.com>2010-12-20 00:54:26 +0000
committerMon P Wang <wangmp@apple.com>2010-12-20 00:54:26 +0000
commite273690d7a52d2ab809e948ef93685885dde66bb (patch)
tree6ade923c2cc9289248b531bc6eaacdb7ab0ba37d /test/CodeGen/X86/vec_shuffle-27.ll
parent142d21c861c0b686e38a515b1271f4157cd24004 (diff)
downloadllvm-e273690d7a52d2ab809e948ef93685885dde66bb.tar.gz
llvm-e273690d7a52d2ab809e948ef93685885dde66bb.tar.bz2
llvm-e273690d7a52d2ab809e948ef93685885dde66bb.tar.xz
Add comment for testcase for 122206
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-27.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-27.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-27.ll b/test/CodeGen/X86/vec_shuffle-27.ll
index 0556284d0c..dec98c7400 100644
--- a/test/CodeGen/X86/vec_shuffle-27.ll
+++ b/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