[clang] [llvm] [AArch64] Add support for Cortex-A725 and Cortex-X925 (PR #93978)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 10:04:57 PDT 2024
================
@@ -877,6 +905,8 @@ def : ProcessorModel<"cortex-x3", NeoverseN2Model, ProcessorFeatures.X3,
[TuneX3]>;
def : ProcessorModel<"cortex-x4", NeoverseN2Model, ProcessorFeatures.X4,
[TuneX4]>;
+def : ProcessorModel<"cortex-x925", NeoverseN2Model, ProcessorFeatures.X925,
----------------
davemgreen wrote:
Maybe NeoverseV2Model, as the best fit even if it is quite different? (Some of the older cortex-x cores look like they could be using a newer model too, but that is a different issue).
https://github.com/llvm/llvm-project/pull/93978
More information about the llvm-commits
mailing list