[llvm] [RISCV] Prevent disassembling RVC hint instructions with x16-x31 for RVE. (PR #133805)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 14:42:26 PDT 2025


================
@@ -108,3 +109,14 @@ auipc t5, 31
 # CHECK-DIS: 00020f97 <unknown>
 # CHECK: :[[@LINE+1]]:7: error: invalid operand for instruction
 auipc t6, 32
+.option pop
+
+# CHECK-DIS: 0f81 <unknown>
+# CHECK: :[[@LINE+1]]:8: error: register must be a GPR excluding zero (x0)
----------------
topperc wrote:

This error message is bad, but not the fault of this patch.

https://github.com/llvm/llvm-project/pull/133805


More information about the llvm-commits mailing list