mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type.
corei7 is capable of a lot more than just SSE2.... llvm-svn: 241409
This commit is contained in:
parent
1bc13dbd1f
commit
7cc9f6e96f
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 -mcpu=corei7 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 | FileCheck %s
|
||||
|
||||
; SSE2 Logical Shift Left
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user