[llvm] [MIPS] Add Scheduling model for MIPS i6400 and i6500 CPUs (PR #132704)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 10:23:15 PDT 2025


================
@@ -996,8 +999,10 @@ let AdditionalPredicates = [NotInMicroMips] in {
 }
 
 let AdditionalPredicates = [NotInMicroMips] in {
-  def GINVI : R6MMR6Rel, GINVI_ENC, GINVI_DESC, ISA_MIPS32R6, ASE_GINV;
-  def GINVT : R6MMR6Rel, GINVT_ENC, GINVT_DESC, ISA_MIPS32R6, ASE_GINV;
+  let hasNoSchedulingInfo = 1 in {
----------------
mshockwave wrote:

ditto using `true`. And please merge this line with the previous line.

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


More information about the llvm-commits mailing list