forked from OSchip/llvm-project
[AArch64] Adjust the feature set for Exynos M2
Add fusion of AES operations. llvm-svn: 308388
This commit is contained in:
parent
74443f0778
commit
e8411cba87
|
@ -272,6 +272,7 @@ def ProcExynosM2 : SubtargetFeature<"exynosm2", "ARMProcFamily", "ExynosM1",
|
|||
FeatureCrypto,
|
||||
FeatureCustomCheapAsMoveHandling,
|
||||
FeatureFPARMv8,
|
||||
FeatureFuseAES,
|
||||
FeatureNEON,
|
||||
FeaturePerfMon,
|
||||
FeaturePostRAScheduler,
|
||||
|
|
Loading…
Reference in New Issue