[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:20 PDT 2026


================
@@ -0,0 +1,357 @@
+//==- RISCVSchedXiangShanKunMingHu.td - XiangShanKunMingHu Scheduling Defs -*- tablegen -*-=//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// The XiangShan is a high-performance open-source RISC-V processor project 
+// initiated by the Institute of Computing Technology(ICT), Chinese Academy of Sciences(CAS). 
----------------
topperc wrote:

wrap to 80 characters per line

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


More information about the llvm-commits mailing list