================
@@ -99,6 +105,8 @@ def uimm10 : RISCVUImmLeafOp<10>;
def uimm11 : RISCVUImmLeafOp<11>;
+def timm12 : TImmLeaf<XLenVT, [{return isInt<12>(Imm);}]>;
----------------
svs-quic wrote:
Thanks yeah that works.
https://github.com/llvm/llvm-project/pull/190323