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:
2a80d7d
)
Test commit
author
Adam Nemet
<anemet@apple.com>
Fri, 28 Feb 2014 18:44:39 +0000
(18:44 +0000)
committer
Adam Nemet
<anemet@apple.com>
Fri, 28 Feb 2014 18:44:39 +0000
(18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202528
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_setcc-2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_setcc-2.ll
b/test/CodeGen/X86/vec_setcc-2.ll
index 7173ad69ec5465af2526c7a2498850df62de2b1c..ef916dcd709eb64c582bf2a58c8cd096e60edcc6 100644
(file)
--- a/
test/CodeGen/X86/vec_setcc-2.ll
+++ b/
test/CodeGen/X86/vec_setcc-2.ll
@@
-18,6
+18,7
@@
define void @loop_no_const_reload(<2 x i64>* %in, <2 x i64>* %out, i32 %n) {
; Constant is no longer clobbered so no need to reload it in the loop.
; CHECK-NOT: movdqa {{%xmm[0-9]+}}, {{%xmm[0-9]+}}
+
entry:
%cmp9 = icmp eq i32 %n, 0
br i1 %cmp9, label %for.end, label %for.body