[PATCH] D94106: [Local] Treat calls that may not return as being alive (WIP).
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 11:49:41 PST 2021
nikic added a reviewer: nikic.
nikic added a comment.
Happy to see this issue finally fixed :)
I think the general approach here should be more along the lines of infering WillReturn inside FuncAttrs, and then just checking the WillReturn attribute here. Especially for languages which have no forward-progress guarantee it is important that WillReturn actually gets inferred somewhere, otherwise intrinsics will be the only thing that set the attribute.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94106/new/
https://reviews.llvm.org/D94106
More information about the llvm-commits
mailing list