]> granicus.if.org Git - llvm/commitdiff
[AArch64] Adjust the feature set for Exynos M2
authorEvandro Menezes <e.menezes@samsung.com>
Tue, 18 Jul 2017 22:51:25 +0000 (22:51 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Tue, 18 Jul 2017 22:51:25 +0000 (22:51 +0000)
Add fusion of AES operations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308388 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64.td

index cfda0162d8856708d49abfe74d5334b7f9f00ee0..436bf1193304c6f950022591c9f7bc3cf95cb161 100644 (file)
@@ -272,6 +272,7 @@ def ProcExynosM2 : SubtargetFeature<"exynosm2", "ARMProcFamily", "ExynosM1",
                                      FeatureCrypto,
                                      FeatureCustomCheapAsMoveHandling,
                                      FeatureFPARMv8,
+                                     FeatureFuseAES,
                                      FeatureNEON,
                                      FeaturePerfMon,
                                      FeaturePostRAScheduler,