[ARM] Adjust the feature set for Exynos

Enable crypto and literals fusion for the Exynos processors.

llvm-svn: 342899
This commit is contained in:
Evandro Menezes 2018-09-24 16:35:09 +00:00
parent 05b46dc300
commit 814c68729d
1 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,8 @@ def ProcExynos : SubtargetFeature<"exynos", "ARMProcFamily", "Exynos",
FeatureHWDivARM,
FeatureHasSlowFPVMLx,
FeatureHasRetAddrStack,
FeatureFuseLiterals,
FeatureFuseAES,
FeatureExpandMLx,
FeatureCrypto,
FeatureCRC]>;