================
@@ -326,6 +326,7 @@ enum OperandType : unsigned {
   OPERAND_SIMM12,
   OPERAND_SIMM12_LSB00000,
   OPERAND_SIMM26,
+  OPERAND_IMM32,
----------------
topperc wrote:

Since allowing 32-bit immediates for RV32 is common and the MCInst will always 
store int<32>, should this be `OPERAND_SIMM32`?

https://github.com/llvm/llvm-project/pull/124706
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to