[PATCH] D27855: try to extend nonnull-ness of arguments from a callsite back to its parent function

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 07:59:24 PST 2017


spatel updated this revision to Diff 83057.
spatel marked 3 inline comments as done.
spatel added a comment.

Patch updated:

1. Improved code comments and variable name as suggested by Philip.
2. Updated the last test to include 'nounwind' because the implementation of isGuaranteedToTransferExecutionToSuccessor() changed with https://reviews.llvm.org/rL290794.


https://reviews.llvm.org/D27855

Files:
  lib/Transforms/IPO/FunctionAttrs.cpp
  test/Transforms/FunctionAttrs/nonnull.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27855.83057.patch
Type: text/x-patch
Size: 6359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170104/8a065208/attachment.bin>


More information about the llvm-commits mailing list