mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
fixed test to use SSE2 attribute
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7abe0cdbc
commit
91b79125ec
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=x86-64 -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s
|
||||
; RUN: llc -march=x86-64 -mattr=+sse2 < %s | FileCheck %s
|
||||
|
||||
; Verify that we correctly fold target specific packed vector shifts by
|
||||
; immediate count into a simple build_vector when the elements of the vector
|
||||
|
Loading…
Reference in New Issue
Block a user