[PATCH] D100735: [CodeGen] Enable Windows exception handling for basic block sections
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 19:11:48 PDT 2021
modimo added a comment.
Is there currently a difference in the output when built with `-basic-block-sections=all -unique-basic-block-section-names` vs. without? If so, should CHECK for both cases to highlight the difference and add some explanatory comments on why a particular transformation took place. What are considered landing pads for `avoidZeroOffsetLandingPad` under MSVC? I can double-check to make sure they're truly not needed.
Otherwise this looks good and works well as a first step.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100735/new/
https://reviews.llvm.org/D100735
More information about the llvm-commits
mailing list