forked from OSchip/llvm-project
[ARM] Adjust the feature set for Exynos
Enable crypto and literals fusion for the Exynos processors. llvm-svn: 342899
This commit is contained in:
parent
05b46dc300
commit
814c68729d
|
@ -508,6 +508,8 @@ def ProcExynos : SubtargetFeature<"exynos", "ARMProcFamily", "Exynos",
|
|||
FeatureHWDivARM,
|
||||
FeatureHasSlowFPVMLx,
|
||||
FeatureHasRetAddrStack,
|
||||
FeatureFuseLiterals,
|
||||
FeatureFuseAES,
|
||||
FeatureExpandMLx,
|
||||
FeatureCrypto,
|
||||
FeatureCRC]>;
|
||||
|
|
Loading…
Reference in New Issue