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:
58e0ef1
)
Don't need the "&&" to glue lines together.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 19 Jul 2007 18:06:26 +0000
(18:06 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 19 Jul 2007 18:06:26 +0000
(18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40063
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2007-07-18-Vector-Extract.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2007-07-18-Vector-Extract.ll
b/test/CodeGen/X86/2007-07-18-Vector-Extract.ll
index 4eb0ab698e78f9aa260bc7e3fe387591f89d309d..0af98d54e8c46a1d22e75a5f1dd6cd3fda969210 100644
(file)
--- a/
test/CodeGen/X86/2007-07-18-Vector-Extract.ll
+++ b/
test/CodeGen/X86/2007-07-18-Vector-Extract.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq (%rdi), %rax}
&&
+; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq (%rdi), %rax}
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq 8(%rdi), %rax}
define i64 @foo_0(<2 x i64>* %val) {
entry: