================
@@ -735,6 +735,38 @@ def XIANGSHAN_KUNMINGHU : 
RISCVProcessorModel<"xiangshan-kunminghu",
                                                TuneZExtWFusion,
                                                TuneShiftedZExtWFusion]>;
 
+def SPACEMIT_A100 : RISCVProcessorModel<"spacemit-a100",
+                                        SpacemitX60Model,
+                                        !listconcat(
+                                        !listremove(RVA23S64Features,
----------------
wangpc-pp wrote:

Actually I don't see any downside, the only thing I think is the generated 
`MArch` string is too long. Usually we don't need these privileged extensions 
when compiling user-space programs.

https://github.com/llvm/llvm-project/pull/174052
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to