Files
clang-p2996/llvm/test/CodeGen/WebAssembly
Congcong Cai ff03f23be8 [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.
2024-04-27 22:11:47 +08:00
..
2023-09-26 14:25:11 +01:00