[PATCH] D63046: [Attributor] Deduce "willreturn" function attribute
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 9 18:04:18 PDT 2019
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
Move the `isKnownWillReturn` `isAssumedWillReturn` and the to string function to the base class. Then place the base class in the header. Otherwise, LGTM.
(Can you also make the dependences explicit so I know when I can commit these things, use the edit related revisions button).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63046/new/
https://reviews.llvm.org/D63046
More information about the llvm-commits
mailing list