================
@@ -125,10 +125,25 @@ class Mips_prefetch_ri<dag outs, dag ins, string
opcodestr, string argstr>
let Inst{6-0} = OPC_CUSTOM_0.Value;
}
+// MIPS Ext Insns Fromat.
+let hasSideEffects = 1, mayLoad = 0,
+ mayStore = 0 in class MIPSExtInst_ri<bits<6> shimm5, string opcodestr>
----------------
topperc wrote:
```suggestion
let hasSideEffects = 1, mayLoad = 0, mayStore = 0 in
class MIPSExtInst_ri<bits<6> shimm5, string opcodestr>
```
https://github.com/llvm/llvm-project/pull/155747
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits