projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
142d21c
)
Add comment for testcase for 122206
author
Mon P Wang
<wangmp@apple.com>
Mon, 20 Dec 2010 00:54:26 +0000
(
00:54
+0000)
committer
Mon P Wang
<wangmp@apple.com>
Mon, 20 Dec 2010 00:54:26 +0000
(
00:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122210
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_shuffle-27.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_shuffle-27.ll
b/test/CodeGen/X86/vec_shuffle-27.ll
index 0556284d0ce608e7e2350f6c57609a50d473b70a..dec98c7400a5539cfcbbba2050bec12631a6a85d 100644
(file)
--- 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