mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
Testing vector code without sse doesn't make much sense.
Should bring arm and ppc testers back to life (they default to -mcpu=generic) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d6b64a1eb
commit
d52d9cd038
@ -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.
|
; Make sure that we don't generate an illegal i64 extract after LegalizeType.
|
||||||
; CHECK: shll
|
; CHECK: shll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user