[PATCH] D96372: [CodeGen] Split out cold exception handling pads.
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 16:43:19 PST 2021
rahmanl added a comment.
Wouldn't this cause an error when we have both hot and cold eh pads? We must ensure that same section id is assigned to all landing pads (please refer to `BasicBlockSections.cpp::assignSections`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96372/new/
https://reviews.llvm.org/D96372
More information about the llvm-commits
mailing list