[PATCH] D63046: [Attributor] Deduce "willreturn" function attribute

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 9 22:54:04 PDT 2019


uenoku updated this revision to Diff 203774.
uenoku added a comment.

- Rename "Loop" to "Cycle".
- Prohibit noreturn intrinsic (ex. longjump) and add longjump test.
- Check AANoReturnFunction


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63046/new/

https://reviews.llvm.org/D63046

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/FunctionAttrs/will-return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63046.203774.patch
Type: text/x-patch
Size: 18054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190610/867dfb6c/attachment.bin>


More information about the llvm-commits mailing list