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:
aee20c0
)
make the tested feature (SSE2) explicit
author
Sanjay Patel
<spatel@rotateright.com>
Sat, 28 Feb 2015 23:55:24 +0000
(23:55 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Sat, 28 Feb 2015 23:55:24 +0000
(23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230881
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vselect.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vselect.ll
b/test/CodeGen/X86/vselect.ll
index 2d10b902b6c185f82b33426a523fd9ae05c3eaa2..8c8092888834a24d0e8b1374bd6fe2cc18d0f058 100644
(file)
--- a/
test/CodeGen/X86/vselect.ll
+++ b/
test/CodeGen/X86/vselect.ll
@@
-1,4
+1,4
@@
-; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=-sse4.1 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=
+sse2,
-sse4.1 < %s | FileCheck %s
; Verify that we don't emit packed vector shifts instructions if the
; condition used by the vector select is a vector of constants.