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

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 17:54:36 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)
----------------
lenary wrote:

Sorry!

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


More information about the llvm-commits mailing list