================
@@ -1301,6 +1400,14 @@ def : ProcessorModel<"neoverse-v3", NeoverseV3Model,
                      ProcessorFeatures.NeoverseV3, [TuneNeoverseV3]>;
 def : ProcessorModel<"neoverse-v3ae", NeoverseV3AEModel,
                      ProcessorFeatures.NeoverseV3AE, [TuneNeoverseV3AE]>;
+def : ProcessorModel<"c1-nano", CortexA510Model,
+                     ProcessorFeatures.C1Nano, [TuneC1Nano]>;
+def : ProcessorModel<"c1-pro", NeoverseN2Model,
----------------
davemgreen wrote:

I think this can use the NeoverseN2Model model, now that we have it.

https://github.com/llvm/llvm-project/pull/171124
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to