[llvm] [RISCV] Add scheduler definitions for XiangShan-KunMingHu (PR #148581)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 09:39:19 PDT 2026
================
@@ -67,6 +67,7 @@ include "RISCVSchedSyntacoreSCR345.td"
include "RISCVSchedSyntacoreSCR7.td"
include "RISCVSchedTTAscalonX.td"
include "RISCVSchedXiangShanNanHu.td"
+include "RISCVSchedXiangShanKunMingHu.td"
----------------
topperc wrote:
Put this above RISCVSchedXiangShanNanHu.td to maintain alphabetical order
https://github.com/llvm/llvm-project/pull/148581
More information about the llvm-commits
mailing list