[AArch64] Adjust the feature set for Exynos M1.

Enable zero cycle zeroing.

llvm-svn: 279648
This commit is contained in:
Evandro Menezes 2016-08-24 18:17:30 +00:00
parent 08f56c4db3
commit 903b947a0b

View File

@ -225,7 +225,8 @@ def ProcExynosM1 : SubtargetFeature<"exynosm1", "ARMProcFamily", "ExynosM1",
FeatureNEON,
FeaturePerfMon,
FeaturePostRAScheduler,
FeatureUseRSqrt
FeatureUseRSqrt,
FeatureZCZeroing
]>;
def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo",