[llvm] [RISCV] Set isTrap for EBREAK and {C_}UNIMP (PR #131636)

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 08:01:20 PDT 2025


================
@@ -762,6 +763,7 @@ def EBREAK : RVInstI<0b000, OPC_SYSTEM, (outs), (ins), "ebreak", "">,
 // This is a de facto standard (as set by GNU binutils) 32-bit unimplemented
 // instruction (i.e., it should always trap, if your implementation has invalid
 // instruction traps).
+let isTrap = 1 in
----------------
asb wrote:

Thank you, now done.

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


More information about the llvm-commits mailing list