forked from OSchip/llvm-project
fixed to test only the feature, not the feature and a CPU
llvm-svn: 230878
This commit is contained in:
parent
16d182acb9
commit
db962e2afb
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=corei7 -mattr=-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.
|
||||
|
|
Loading…
Reference in New Issue