[clang] [llvm] [RISCV] Add MIPS extensions (PR #121394)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 07:53:18 PST 2025


================
@@ -109,6 +109,21 @@ def uimm7_lsb00 : RISCVOp,
   }];
 }
 
+// A 7-bit unsigned immediate where the least significant three bits are zero.
----------------
topperc wrote:

This should be defned in Mips specific file if that's the only place it is used.

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


More information about the llvm-commits mailing list