[llvm] [RISCV] Set isTrap for EBREAK and UNIMP (PR #131636)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 10:06:45 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
----------------
topperc wrote:
Should we do C_UNIMP too?
https://github.com/llvm/llvm-project/pull/131636
More information about the llvm-commits
mailing list