[llvm] [RISCV] Update Xqcilo Pseudos (PR #196422)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 13:55:32 PDT 2026
================
@@ -108,7 +108,14 @@ class RISCVUImmLsbZeroOp<int width, int zeros>
}
// A 7-bit unsigned immediate where the least significant two bits are zero.
-def uimm7_lsb00 : RISCVUImmLsbZeroOp<7, 2>;
+def uimm7_lsb00 : RISCVUImmLsbZeroOp<7, 2> {
+ let MCOperandPredicate = [{
----------------
lenary wrote:
You already did this in January, so I can remove this code: c563a88413f1139a0c81153101cadcd3227c6d6e
https://github.com/llvm/llvm-project/pull/196422
More information about the llvm-commits
mailing list