[PATCH] D111551: [AArch64] Split out processor/tuning features

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 08:32:45 PDT 2021


c-rhodes added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64.td:585
+def TuneA35  : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35", "Cortex-A35 ARM processors">;
+def TuneA53  : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53", "Cortex-A53 ARM processors", [FeatureFuseAES, FeatureBalanceFPOps, FeatureCustomCheapAsMoveHandling, FeaturePostRAScheduler]>;
+def TuneA55  : SubtargetFeature<"a55", "ARMProcFamily", "CortexA55", "Cortex-A55 ARM processors", [FeatureFuseAES, FeaturePostRAScheduler, FeatureFuseAddress]>;
----------------
I think this would easier to review if you kept the existing formatting, difficult to compare these long lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111551



More information about the llvm-commits mailing list