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:
79f82f9
)
Not all x86-64 machines have sse3 apparently.
author
Chris Lattner
<sabre@nondot.org>
Sun, 20 Apr 2008 05:47:56 +0000
(
05:47
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 20 Apr 2008 05:47:56 +0000
(
05:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49985
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_shuffle-17.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_shuffle-17.ll
b/test/CodeGen/X86/vec_shuffle-17.ll
index 992d79184b87dec1e38f0ee48cf27e2317ad7346..990a48b453dac2028db6f3e15fb7cf6a6a517f7d 100644
(file)
--- a/
test/CodeGen/X86/vec_shuffle-17.ll
+++ b/
test/CodeGen/X86/vec_shuffle-17.ll
@@
-1,5
+1,5
@@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {movd.*%rdi, %xmm0}
-; RUN: llvm-as < %s | llc -march=x86-64 | not grep xor
+; RUN: llvm-as < %s | llc -march=x86-64
-mattr=+sse3
| grep {movd.*%rdi, %xmm0}
+; RUN: llvm-as < %s | llc -march=x86-64
-mattr=+sse3
| not grep xor
; PR2108
define <2 x i64> @doload64(i64 %x) nounwind {