llvm-project
ff03f23b - [WebAssembly] remove instruction after builtin trap (#90207)

Commit
1 year ago
[WebAssembly] remove instruction after builtin trap (#90207) `llvm.trap` will be convert as `unreachable` which is terminator. Instruction after terminator will cause validation failed. This PR introduces a pass to clean instruction after terminator. Fixes: #68770.
Author
Parents
Loading