[PATCH] D63046: [Attributor] Deduce "willreturn" function attribute
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 09:40:23 PDT 2019
jdoerfert added a comment.
In D63046#1580744 <https://reviews.llvm.org/D63046#1580744>, @uenoku wrote:
> @jdoerfert
> In the current implementation, updateImpl depends on `AANoRecurseFunction`. However, norecurse patch is abandoned and what should I do?
Take the `AANoRecurse` abstract attribute interface (no implementation) and add it to this patch. That will not improve the results but will make it work once we derive it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63046/new/
https://reviews.llvm.org/D63046
More information about the llvm-commits
mailing list