forked from OSchip/llvm-project
fixed to test only the feature, not the feature and a CPU
llvm-svn: 231509
This commit is contained in:
parent
3d8aa5c77d
commit
2b7229c34d
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse4.1 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+sse4.1 | FileCheck %s
|
||||
|
||||
;CHECK-LABEL: load_2_i8:
|
||||
; A single 16-bit load
|
||||
|
|
Loading…
Reference in New Issue