[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
================
@@ -863,6 +889,8 @@ def : ProcessorModel<"cortex-a720", NeoverseN2Model, ProcessorFeatures.A720,
[TuneA720]>;
def : ProcessorModel<"cortex-a720ae", NeoverseN2Model, ProcessorFeatures.A720AE,
[TuneA720AE]>;
+def : ProcessorModel<"cortex-a725", CortexA57Model, ProcessorFeatures.A725,
----------------
davemgreen wrote:
NeoverseN2Model
https://github.com/llvm/llvm-project/pull/93978
More information about the llvm-commits
mailing list