[clang] [llvm] [RISCV] Add Spacemit X100 processor definition (PR #173988)
Mark Zhuang via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 4 22:50:22 PST 2026
================
@@ -761,6 +761,37 @@ def SPACEMIT_X60 : RISCVProcessorModel<"spacemit-x60",
let MImpID = 0x1000000049772200;
}
+def SPACEMIT_X100 : RISCVProcessorModel<"spacemit-x100",
+ NoSchedModel,
+ !listconcat(RVA23S64Features,
----------------
zqb-all wrote:
Addressed
https://github.com/llvm/llvm-project/pull/173988
More information about the llvm-commits
mailing list