This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec070e1a452 [CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX new a5d420688d7 [Attributor] Deduce "no-capture" argument attribute
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 | 69 ++++ lib/Transforms/IPO/Attributor.cpp | 365 ++++++++++++++++++++- test/Transforms/FunctionAttrs/align.ll | 30 +- test/Transforms/FunctionAttrs/arg_nocapture.ll | 27 +- test/Transforms/FunctionAttrs/arg_returned.ll | 26 +- test/Transforms/FunctionAttrs/dereferenceable.ll | 14 +- test/Transforms/FunctionAttrs/internal-noalias.ll | 4 +- test/Transforms/FunctionAttrs/liveness.ll | 10 +- test/Transforms/FunctionAttrs/noalias_returned.ll | 13 +- test/Transforms/FunctionAttrs/nocapture.ll | 116 ++++--- test/Transforms/FunctionAttrs/nonnull.ll | 4 +- test/Transforms/FunctionAttrs/nosync.ll | 24 +- .../read_write_returned_arguments_scc.ll | 4 +- 13 files changed, 579 insertions(+), 127 deletions(-)