[PATCH] D63046: [Attributor] Deduce "willreturn" function attribute
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 8 07:33:09 PDT 2019
uenoku added a comment.
The current algorithm can deduce only for very simple cases.
- A function doesn't have any loop.
- A function doesn't have any recursion.
I'll work on allowing some loops next.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63046/new/
https://reviews.llvm.org/D63046
More information about the llvm-commits
mailing list