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:
aedb16f
)
loosen checking for buildbots
author
Sanjay Patel
<spatel@rotateright.com>
Fri, 6 Mar 2015 21:30:18 +0000
(21:30 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Fri, 6 Mar 2015 21:30:18 +0000
(21:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231522
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_insert-3.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_insert-3.ll
b/test/CodeGen/X86/vec_insert-3.ll
index 19f1bc1d36c54cd0c2b9fc23cac069dbf04c9eb1..75244ae0b71ae4ca35b12df56ae1f9117bdcc361 100644
(file)
--- a/
test/CodeGen/X86/vec_insert-3.ll
+++ b/
test/CodeGen/X86/vec_insert-3.ll
@@
-2,8
+2,7
@@
define <2 x i64> @t1(i64 %s, <2 x i64> %tmp) nounwind {
; CHECK-LABEL: t1:
-; CHECK: movd
-; CHECK-NEXT: punpcklqdq
+; CHECK: punpcklqdq
; CHECK-NEXT: retq
%tmp1 = insertelement <2 x i64> %tmp, i64 %s, i32 1