forked from OSchip/llvm-project
[AArch64] Fix the TuneExynosM4 entry in lib/Target/AArch64/AArch64.td
A bug was introduced in 5ea35791e6
that
gave the wrong name and description for TuneExynosM4. This patch fixes
that and changes it back to m3.
Differential Revision: https://reviews.llvm.org/D120665
This commit is contained in:
parent
53abe3ff66
commit
f9331c9a2c
|
@ -816,8 +816,9 @@ def TuneExynosM3 : SubtargetFeature<"exynosm3", "ARMProcFamily", "ExynosM3",
|
|||
FeaturePostRAScheduler,
|
||||
FeaturePredictableSelectIsExpensive]>;
|
||||
|
||||
def TuneExynosM4 : SubtargetFeature<"exynosm3", "ARMProcFamily", "ExynosM3",
|
||||
"Samsung Exynos-M3 processors",
|
||||
// Re-uses some scheduling and tunings from the ExynosM3 proc family.
|
||||
def TuneExynosM4 : SubtargetFeature<"exynosm4", "ARMProcFamily", "ExynosM3",
|
||||
"Samsung Exynos-M4 processors",
|
||||
[FeatureArithmeticBccFusion,
|
||||
FeatureArithmeticCbzFusion,
|
||||
FeatureExynosCheapAsMoveHandling,
|
||||
|
|
Loading…
Reference in New Issue