[PATCH] D147694: [FunctionAttrs] Fix nounwind inference for landingpads
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 11:37:39 PDT 2023
efriedma added a comment.
Doesn't that have the same problem as the issue you're trying to fix? Specifically, if there's a catchswitch pointing to a cleanuppad that ends in "unreachable", mayThrow() returns false for both the catchswitch and the cleanuppad.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147694/new/
https://reviews.llvm.org/D147694
More information about the llvm-commits
mailing list