[PATCH] D63604: [Attributor] Deduce "nonnull" on return value

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 08:22:20 PDT 2019


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

Porting function return value attribute nonnull to attributor.


https://reviews.llvm.org/D63604

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/FunctionAttrs/nonnull.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63604.205820.patch
Type: text/x-patch
Size: 7101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/8789a43b/attachment.bin>


More information about the llvm-commits mailing list