[llvm] [AArch64] Initial sched model for Neoverse N3 (PR #106371)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 07:40:47 PDT 2024
================
@@ -1127,7 +1127,7 @@ def : ProcessorModel<"neoverse-n1", NeoverseN1Model,
def : ProcessorModel<"neoverse-n2", NeoverseN2Model,
ProcessorFeatures.NeoverseN2, [TuneNeoverseN2]>;
def : ProcessorAlias<"cobalt-100", "neoverse-n2">;
-def : ProcessorModel<"neoverse-n3", NeoverseN2Model,
+def : ProcessorModel<"neoverse-n3", NeoverseN3Model,
----------------
davemgreen wrote:
Can you change the Cortex-A725 to use the same scheduling model too. I think this will be a closer match than the NeoverseN2Model.
https://github.com/llvm/llvm-project/pull/106371
More information about the llvm-commits
mailing list