From: Mon P Wang Date: Mon, 20 Dec 2010 00:54:26 +0000 (+0000) Subject: Add comment for testcase for 122206 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e273690d7a52d2ab809e948ef93685885dde66bb;p=oota-llvm.git Add comment for testcase for 122206 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122210 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vec_shuffle-27.ll b/test/CodeGen/X86/vec_shuffle-27.ll index 0556284d0ce..dec98c7400a 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