[PATCH] D79793: Simplify MachineVerifier's block-successor verification.
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 16:09:51 PDT 2020
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/eh-labels.mir:32
EH_LABEL <mcsymbol .Ltmp1>
+ BR %bb.2, implicit-def dead $arguments
----------------
In this case, the next BB is an EH pad where we unwind to in case `@foo` throws, so the bb.2 becomes a fallthrough. Does this patch not handle this case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79793/new/
https://reviews.llvm.org/D79793
More information about the llvm-commits
mailing list