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

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 8 07:18:32 PDT 2019


uenoku created this revision.
uenoku added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Deduce the "willreturn" attribute for functions.

It is assumed that any intrinsic will return.


https://reviews.llvm.org/D63046

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63046.203690.patch
Type: text/x-patch
Size: 5120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190608/9d141f9d/attachment.bin>


More information about the llvm-commits mailing list