[llvm] [Mips] Fix clang crashes when assembling invalid MIPS beql instructions with --arch=mips (PR #156413)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 00:52:19 PDT 2025


================
@@ -1,5 +1,9 @@
 # RUN: not llvm-mc %s -triple=mips -mcpu=mips32 2>&1 | FileCheck %s
 
+# CHECK: error: invalid operand for instruction
+  beql $t0, ($t0), 1
----------------
yingopq wrote:

Updated.

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


More information about the llvm-commits mailing list