[llvm] [AArch64] Initial sched model for Neoverse V3, V3AE (PR #163932)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 03:09:30 PDT 2025
================
@@ -1295,9 +1295,9 @@ def : ProcessorModel<"neoverse-v1", NeoverseV1Model,
ProcessorFeatures.NeoverseV1, [TuneNeoverseV1]>;
def : ProcessorModel<"neoverse-v2", NeoverseV2Model,
ProcessorFeatures.NeoverseV2, [TuneNeoverseV2]>;
-def : ProcessorModel<"neoverse-v3", NeoverseV2Model,
+def : ProcessorModel<"neoverse-v3", NeoverseV3Model,
----------------
davemgreen wrote:
Can we reuse this mode for cortex-x4, cortex-x925 (and gb10). It will not be a perfect match, but should match a little better than the existing V2 model.
https://github.com/llvm/llvm-project/pull/163932
More information about the llvm-commits
mailing list