================ @@ -313,6 +313,7 @@ enum OperandType : unsigned { OPERAND_UIMM8_LSB000, OPERAND_UIMM8_GE32, OPERAND_UIMM9_LSB000, + OPERAND_UIMM10, ---------------- hchandel wrote:
I added the Case statement you asked for in the required function in RISCVInstrInfo.cpp file. https://github.com/llvm/llvm-project/pull/122256 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits