[llvm] [WebAssembly] remove instruction after builtin trap (PR #90207)

Congcong Cai via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 27 07:09:25 PDT 2024


HerrCai0907 wrote:

In AArch64, 
```
def : Pat<(trap), (BRK 1)>;
def : Pat<(debugtrap), (BRK 0xF000)>;
let isTrap = 1 in {
def BRK   : ExceptionGeneration<0b001, 0b00, "brk",
                                [(int_aarch64_break timm32_0_65535:$imm)]>;
}
```

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


More information about the llvm-commits mailing list