[PATCH] D58914: [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 17:35:08 PDT 2019
aheejin marked an inline comment as done.
aheejin added a comment.
In D58914#1426543 <https://reviews.llvm.org/D58914#1426543>, @dschuff wrote:
> So by "correctly" you mean that the TRY goes before the EH_LABEL rather than between the label and the call, and the CATCH goes after the label rather than at the top of the BB?
Yes. We currently don't really use these labels (there are platforms who do), but they are generated anyway, so I'd respect their semantics for now.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58914/new/
https://reviews.llvm.org/D58914
More information about the llvm-commits
mailing list