[PATCH] D62801: Add "willreturn" function attribute
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 01:33:10 PDT 2019
uenoku updated this revision to Diff 202872.
uenoku retitled this revision from "Add "will-return" function attribute" to "Add "willreturn" function attribute".
uenoku edited the summary of this revision.
uenoku added a comment.
Add some test and change will-return to willreturn.
- constant trip count
- unbound trip count
- conditional and multiple exit
- buggy recursive function
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62801/new/
https://reviews.llvm.org/D62801
Files:
llvm/docs/LangRef.rst
llvm/test/Transforms/FunctionAttrs/will-return.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62801.202872.patch
Type: text/x-patch
Size: 10892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190604/9e0d9a08/attachment.bin>
More information about the llvm-commits
mailing list