In WebAssembly, when control reaches the end of a function body, the function returns automatically, so an explicit return operator isn't needed there. This patch optimizes away these return opcodes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM