[clang] [llvm] [RISCV] Add Spacemit X100 processor definition (PR #173988)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 30 08:57:33 PST 2025


================
@@ -761,6 +761,37 @@ def SPACEMIT_X60 : RISCVProcessorModel<"spacemit-x60",
   let MImpID = 0x1000000049772200;
 }
 
+def SPACEMIT_X100 : RISCVProcessorModel<"spacemit-x100",
+                                        NoSchedModel,
+                                       !listconcat(RVA23S64Features,
----------------
topperc wrote:

This needs 1 more space of indentation. The `!` should be in the same column as `NoSchedModel` above.

https://github.com/llvm/llvm-project/pull/173988


More information about the cfe-commits mailing list