[PATCH] D147694: [FunctionAttrs] Fix nounwind inference for landingpads

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 09:11:15 PDT 2023


jdoerfert added a comment.

I think we should fold this logic into mayThrow, e.g., via flags picking a behavior. Other places are broken as well and should default to this semantics.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147694/new/

https://reviews.llvm.org/D147694



More information about the llvm-commits mailing list