forked from OSchip/llvm-project
[ARM] Adjust the feature set for Exynos
Enable `FeatureUseAA` for all Exynos processors. llvm-svn: 341101
This commit is contained in:
parent
23ff7e866c
commit
64ed9a7fe8
|
@ -1030,6 +1030,7 @@ def : ProcessorModel<"cyclone", SwiftModel, [ARMv8a, ProcSwift,
|
|||
def : ProcNoItin<"exynos-m1", [ARMv8a, ProcExynosM1,
|
||||
FeatureZCZeroing,
|
||||
FeatureUseWideStrideVFP,
|
||||
FeatureUseAA,
|
||||
FeatureSplatVFPToNeon,
|
||||
FeatureSlowVGETLNi32,
|
||||
FeatureSlowVDUP32,
|
||||
|
@ -1046,6 +1047,7 @@ def : ProcNoItin<"exynos-m1", [ARMv8a, ProcExynosM1,
|
|||
def : ProcNoItin<"exynos-m2", [ARMv8a, ProcExynosM1,
|
||||
FeatureZCZeroing,
|
||||
FeatureUseWideStrideVFP,
|
||||
FeatureUseAA,
|
||||
FeatureSplatVFPToNeon,
|
||||
FeatureSlowVGETLNi32,
|
||||
FeatureSlowVDUP32,
|
||||
|
@ -1062,6 +1064,7 @@ def : ProcNoItin<"exynos-m2", [ARMv8a, ProcExynosM1,
|
|||
def : ProcNoItin<"exynos-m3", [ARMv8a, ProcExynosM1,
|
||||
FeatureZCZeroing,
|
||||
FeatureUseWideStrideVFP,
|
||||
FeatureUseAA,
|
||||
FeatureSplatVFPToNeon,
|
||||
FeatureSlowVGETLNi32,
|
||||
FeatureSlowVDUP32,
|
||||
|
@ -1078,6 +1081,7 @@ def : ProcNoItin<"exynos-m3", [ARMv8a, ProcExynosM1,
|
|||
def : ProcNoItin<"exynos-m4", [ARMv8a, ProcExynosM1,
|
||||
FeatureZCZeroing,
|
||||
FeatureUseWideStrideVFP,
|
||||
FeatureUseAA,
|
||||
FeatureSplatVFPToNeon,
|
||||
FeatureSlowVGETLNi32,
|
||||
FeatureSlowVDUP32,
|
||||
|
|
Loading…
Reference in New Issue