forked from OSchip/llvm-project
Testing vector code without sse doesn't make much sense.
Should bring arm and ppc testers back to life (they default to -mcpu=generic) llvm-svn: 149821
This commit is contained in:
parent
3ea96a701e
commit
93492b8765
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=x86 < %s | FileCheck %s
|
||||
; RUN: llc -march=x86 -mattr=+sse2 < %s | FileCheck %s
|
||||
|
||||
; Make sure that we don't generate an illegal i64 extract after LegalizeType.
|
||||
; CHECK: shll
|
||||
|
|
Loading…
Reference in New Issue