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

Thomas Lively via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 12:13:28 PDT 2024


tlively wrote:

They probably lower `@llvm.trap` to something that is not considered a terminator. FWIW I'm not really sure why we consider `unreachable` to be a terminator. It seems like that could go either way.

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


More information about the llvm-commits mailing list