[PATCH] D77423: [WebAssembly] Fix wasm.lsda() optimization in WasmEHPrepare
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 4 07:24:18 PDT 2020
aheejin added inline comments.
================
Comment at: llvm/lib/CodeGen/WasmEHPrepare.cpp:127
+ // This set includes EH pad instructions for EH pads that have wasm.lsda()
+ // call either in the current EH pad or any of its parent EH pads that
----------------
dschuff wrote:
> Did you want to move this comment too?
You mean the comment attached to `ExecutedLSDA`? No, now the long comment in `prepareEHPads` contains explanation of what that is for.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77423/new/
https://reviews.llvm.org/D77423
More information about the llvm-commits
mailing list