mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
X86: Add a subtarget definition for core-avx-i, which is GCC's name for ivy bridge.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -145,11 +145,16 @@ def : Proc<"nehalem", [FeatureSSE42, FeatureCMPXCHG16B,
|
|||||||
def : Proc<"westmere", [FeatureSSE42, FeatureCMPXCHG16B,
|
def : Proc<"westmere", [FeatureSSE42, FeatureCMPXCHG16B,
|
||||||
FeatureSlowBTMem, FeatureFastUAMem, FeatureAES,
|
FeatureSlowBTMem, FeatureFastUAMem, FeatureAES,
|
||||||
FeatureCLMUL]>;
|
FeatureCLMUL]>;
|
||||||
|
// Sandy Bridge
|
||||||
// SSE is not listed here since llvm treats AVX as a reimplementation of SSE,
|
// SSE is not listed here since llvm treats AVX as a reimplementation of SSE,
|
||||||
// rather than a superset.
|
// rather than a superset.
|
||||||
// FIXME: Disabling AVX for now since it's not ready.
|
// FIXME: Disabling AVX for now since it's not ready.
|
||||||
def : Proc<"corei7-avx", [FeatureSSE42, FeatureCMPXCHG16B,
|
def : Proc<"corei7-avx", [FeatureSSE42, FeatureCMPXCHG16B,
|
||||||
FeatureAES, FeatureCLMUL]>;
|
FeatureAES, FeatureCLMUL]>;
|
||||||
|
// Ivy Bridge
|
||||||
|
def : Proc<"core-avx-i", [FeatureSSE42, FeatureCMPXCHG16B,
|
||||||
|
FeatureAES, FeatureCLMUL,
|
||||||
|
FeatureRDRAND, FeatureF16C]>;
|
||||||
|
|
||||||
def : Proc<"k6", [FeatureMMX]>;
|
def : Proc<"k6", [FeatureMMX]>;
|
||||||
def : Proc<"k6-2", [Feature3DNow]>;
|
def : Proc<"k6-2", [Feature3DNow]>;
|
||||||
|
Reference in New Issue
Block a user