[PATCH] D147694: [FunctionAttrs] Fix nounwind inference for landingpads
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 11:25:24 PDT 2023
nikic added a comment.
In D147694#4249290 <https://reviews.llvm.org/D147694#4249290>, @efriedma wrote:
> While we're here, can you also add handling for catchpad/cleanuppad? (A conservative implementation for them is fine for now.)
I think those are effectively already handled via catchswitch here: https://github.com/llvm/llvm-project/blob/aee4399f58f4826180138fb294b6b0359c892709/llvm/lib/IR/Instruction.cpp#L741-L742
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147694/new/
https://reviews.llvm.org/D147694
More information about the llvm-commits
mailing list