projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d182a
)
fixed to test only the feature, not the feature and a CPU
author
Sanjay Patel
<spatel@rotateright.com>
Sat, 28 Feb 2015 23:47:09 +0000
(23:47 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Sat, 28 Feb 2015 23:47:09 +0000
(23:47 +0000)
llvm-svn: 230878
llvm/test/CodeGen/X86/vselect.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/X86/vselect.ll
b/llvm/test/CodeGen/X86/vselect.ll
index
71620af
..
2d10b90
100644
(file)
--- a/
llvm/test/CodeGen/X86/vselect.ll
+++ b/
llvm/test/CodeGen/X86/vselect.ll
@@
-1,4
+1,4
@@
-; RUN: llc -mtriple=x86_64-unknown-unknown -m
cpu=corei7 -m
attr=-sse4.1 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=-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.