[clang] [llvm] [AARCH64] Add support for Cortex-A320 (PR #139055)

Jack Styles via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 02:58:59 PDT 2025


================
@@ -1109,10 +1125,12 @@ class ProcessorAlias<string n, string alias> {
 def : ProcessorModel<"generic", CortexA510Model, ProcessorFeatures.Generic,
                      [FeatureFuseAES, FeatureFuseAdrpAdd, FeaturePostRAScheduler,
                       FeatureEnableSelectOptimize]>;
-def : ProcessorModel<"cortex-a35", CortexA53Model, ProcessorFeatures.A53,
-                     [TuneA35]>;
 def : ProcessorModel<"cortex-a34", CortexA53Model, ProcessorFeatures.A53,
                      [TuneA35]>;
+def : ProcessorModel<"cortex-a35", CortexA53Model, ProcessorFeatures.A53,
----------------
Stylie777 wrote:

nit: What is the reason for repositioning `cortex-a35` here? Is it to follow an alphabetical order?

https://github.com/llvm/llvm-project/pull/139055


More information about the llvm-commits mailing list