[clang] [llvm] [RISCV] Add processor definition for XiangShan-KunMingHu-V2R2 (PR #123193)
Shenglin Tang via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 19:54:36 PST 2025
================
@@ -553,6 +553,37 @@ def XIANGSHAN_NANHU : RISCVProcessorModel<"xiangshan-nanhu",
TuneZExtWFusion,
TuneShiftedZExtWFusion]>;
+def XIANGSHAN_KUNMINGHU : RISCVProcessorModel<"xiangshan-kunminghu",
+ NoSchedModel,
+ !listconcat(!listremove(RVA23S64Features,
+ [FeatureStdExtZiccamoa,
----------------
tangshenglin wrote:
V2R2 is a validated and stable release. Full support for RVA23 is also in the pipeline, with updates expected to be completed by 2025. The timeline will be dynamically adjusted based on progress. Once finalized, the XSCC team will synchronize updates accordingly.
https://github.com/llvm/llvm-project/pull/123193
More information about the llvm-commits
mailing list