[PATCH] D120665: [AArch64] Fix the TuneExynosM4 entry in lib/Target/AArch64/AArch64.td

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 02:27:39 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf9331c9a2c87: [AArch64] Fix the TuneExynosM4 entry in lib/Target/AArch64/AArch64.td (authored by david-arm).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120665/new/

https://reviews.llvm.org/D120665

Files:
  llvm/lib/Target/AArch64/AArch64.td


Index: llvm/lib/Target/AArch64/AArch64.td
===================================================================
--- llvm/lib/Target/AArch64/AArch64.td
+++ llvm/lib/Target/AArch64/AArch64.td
@@ -816,8 +816,9 @@
                                      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,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120665.412962.patch
Type: text/x-patch
Size: 918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220304/d2ae6019/attachment.bin>


More information about the llvm-commits mailing list