This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ddfa2f063d [InstCombine] Fold conditional sign-extend of high-bit-extr [...] new 80f3baed732 [Attributor] Deduce memory behavior of functions and arguments
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/IPO/Attributor.h | 76 +++- lib/Transforms/IPO/Attributor.cpp | 483 ++++++++++++++++++++- test/Transforms/FunctionAttrs/align.ll | 12 +- test/Transforms/FunctionAttrs/arg_nocapture.ll | 20 +- test/Transforms/FunctionAttrs/arg_returned.ll | 54 +-- test/Transforms/FunctionAttrs/dereferenceable.ll | 12 +- test/Transforms/FunctionAttrs/internal-noalias.ll | 6 +- test/Transforms/FunctionAttrs/liveness.ll | 14 +- test/Transforms/FunctionAttrs/noalias_returned.ll | 2 +- test/Transforms/FunctionAttrs/nocapture.ll | 43 +- test/Transforms/FunctionAttrs/nofree-attributor.ll | 14 +- test/Transforms/FunctionAttrs/nonnull.ll | 22 +- test/Transforms/FunctionAttrs/norecurse.ll | 16 +- test/Transforms/FunctionAttrs/nosync.ll | 28 +- .../read_write_returned_arguments_scc.ll | 2 +- test/Transforms/FunctionAttrs/readattrs.ll | 41 +- test/Transforms/FunctionAttrs/willreturn.ll | 28 +- 17 files changed, 710 insertions(+), 163 deletions(-)