================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
