[llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 21:14:23 PDT 2025


================
@@ -89,6 +91,7 @@ class CVInstMacMulN<bits<2> funct2, bits<3> funct3, dag outs, dag ins,
   let DecoderNamespace = "XCV";
 }
 
+let hasSideEffects = 0, mayLoad = 0, mayStore = 0 in {
----------------
lenary wrote:

These can, I think, go inside `CVInstMacMulN`

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


More information about the llvm-commits mailing list