[clang] [llvm] [AArch64] Add support for -mcpu=gb10. (PR #146515)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 05:30:18 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,
----------------
sjoerdmeijer wrote:
Not sure it matters, but just want to ask the question: do we think NeoverseV2Model is the closest model?
https://github.com/llvm/llvm-project/pull/146515
More information about the llvm-commits
mailing list