1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[AArch64] Adjust the feature set for Exynos M2

Add fusion of AES operations.

llvm-svn: 308388
This commit is contained in:
Evandro Menezes 2017-07-18 22:51:25 +00:00
parent 7e3789c116
commit f510c4f89f

View File

@ -272,6 +272,7 @@ def ProcExynosM2 : SubtargetFeature<"exynosm2", "ARMProcFamily", "ExynosM1",
FeatureCrypto,
FeatureCustomCheapAsMoveHandling,
FeatureFPARMv8,
FeatureFuseAES,
FeatureNEON,
FeaturePerfMon,
FeaturePostRAScheduler,