[clang] [llvm] [AArch64] Add support for C1 CPUs (PR #171124)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 9 08:57:28 PST 2025


================
@@ -1228,6 +1331,8 @@ def : ProcessorModel<"cortex-a520", CortexA510Model, ProcessorFeatures.A520,
                      [TuneA520]>;
 def : ProcessorModel<"cortex-a520ae", CortexA510Model, ProcessorFeatures.A520AE,
                      [TuneA520AE]>;
+def : ProcessorModel<"c1-nano", NeoverseN2Model,
----------------
davemgreen wrote:

This should be CortexA510Model.

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


More information about the llvm-commits mailing list