From 814c68729d13daf2967deec07df4c2a8a490a2d7 Mon Sep 17 00:00:00 2001 From: Evandro Menezes Date: Mon, 24 Sep 2018 16:35:09 +0000 Subject: [PATCH] [ARM] Adjust the feature set for Exynos Enable crypto and literals fusion for the Exynos processors. llvm-svn: 342899 --- llvm/lib/Target/ARM/ARM.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td index 62a32ac..7117510 100644 --- a/llvm/lib/Target/ARM/ARM.td +++ b/llvm/lib/Target/ARM/ARM.td @@ -508,6 +508,8 @@ def ProcExynos : SubtargetFeature<"exynos", "ARMProcFamily", "Exynos", FeatureHWDivARM, FeatureHasSlowFPVMLx, FeatureHasRetAddrStack, + FeatureFuseLiterals, + FeatureFuseAES, FeatureExpandMLx, FeatureCrypto, FeatureCRC]>; -- 2.7.4