[ARM] Adjust the feature set for Exynos
authorEvandro Menezes <e.menezes@samsung.com>
Mon, 24 Sep 2018 16:35:09 +0000 (16:35 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Mon, 24 Sep 2018 16:35:09 +0000 (16:35 +0000)
Enable crypto and literals fusion for the Exynos processors.

llvm-svn: 342899

llvm/lib/Target/ARM/ARM.td

index 62a32ac..7117510 100644 (file)
@@ -508,6 +508,8 @@ def ProcExynos  : SubtargetFeature<"exynos", "ARMProcFamily", "Exynos",
                                     FeatureHWDivARM,
                                     FeatureHasSlowFPVMLx,
                                     FeatureHasRetAddrStack,
+                                    FeatureFuseLiterals,
+                                    FeatureFuseAES,
                                     FeatureExpandMLx,
                                     FeatureCrypto,
                                     FeatureCRC]>;