[PATCH] D94044: [WebAssembly] Remove unreachable EH pads
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 12:15:33 PST 2021
tlively accepted this revision.
tlively added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/WebAssembly/exception.mir:62
+ ; This EH pad is unreachable, so it should be removed by LateEHPrepare
+ ; CHECK-NOT: bb.1 (landing-pad)
+ bb.1 (landing-pad):
----------------
Can you add a `; CHECK` for one of the other BB labels to demonstrate that this removed BB is different from other BBs?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94044/new/
https://reviews.llvm.org/D94044
More information about the llvm-commits
mailing list