[PATCH] D94047: [WebAssembly] Remove more unnecessary brs in CFGStackify
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 10:57:13 PST 2021
tlively accepted this revision.
tlively added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp:662
+ //
+ // When the EH pad at hand is bb1, its matching ehd_try is in bb2. But it is
+ // another EH pad, so bb0's continuation BB becomes bb3. So 'br bb3' in the
----------------
Should "ehd_try" be "end_try"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94047/new/
https://reviews.llvm.org/D94047
More information about the llvm-commits
mailing list