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

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 12:18:05 PDT 2024


sbc100 wrote:

> They probably lower `@llvm.trap` to something that is not considered a terminator.

I guess you are right, but that seems odd.. wouldn't that be an archetypal thing to lower to a terminator?

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


More information about the llvm-commits mailing list