[clang] [llvm] [AArch64] Add support for -mcpu=gb10. (PR #146515)
Ricardo Jesus via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 08:39:53 PDT 2025
================
@@ -1203,6 +1204,8 @@ def : ProcessorModel<"cortex-x4", NeoverseV2Model, ProcessorFeatures.X4,
[TuneX4]>;
def : ProcessorModel<"cortex-x925", NeoverseV2Model, ProcessorFeatures.X925,
[TuneX925]>;
+def : ProcessorModel<"gb10", NeoverseV2Model, ProcessorFeatures.GB10,
----------------
rj-jesus wrote:
I reckon so, and it's also the model used by the Cortex-X925 (the big cores).
https://github.com/llvm/llvm-project/pull/146515
More information about the llvm-commits
mailing list