diff options
| author | Mon P Wang <wangmp@apple.com> | 2010-12-20 00:54:26 +0000 |
|---|---|---|
| committer | Mon P Wang <wangmp@apple.com> | 2010-12-20 00:54:26 +0000 |
| commit | 075a16b09e141b297fb6b51cf9a7517b596acd8f (patch) | |
| tree | 757597097b3b2c159239c368ee6cd37d30c611e2 | |
| parent | 0cfe884874ffea4d6791aa44054a60ca2065a96d (diff) | |
| download | bcm5719-llvm-075a16b09e141b297fb6b51cf9a7517b596acd8f.tar.gz bcm5719-llvm-075a16b09e141b297fb6b51cf9a7517b596acd8f.zip | |
Add comment for testcase for 122206
llvm-svn: 122210
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle-27.ll | 3 |
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 |

