[PATCH] D83906: [CodeGen] Emit a call instruction instead of an invoke if the called llvm function is marked nounwind
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 9 14:10:11 PST 2023
rjmccall added a comment.
So your argument is that it would not be possible to recognize that we're doing such an optimization and mark the function as having had a possible semantics change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83906/new/
https://reviews.llvm.org/D83906
More information about the cfe-commits
mailing list