[clang] [llvm] [RISCV] Add Qualcomm uC Xqciint (Interrupts) extension (PR #122256)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 01:19:47 PST 2025


================
@@ -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


More information about the llvm-commits mailing list