This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 430cb4eceff [AArch64][GlobalISel] Use TST for comparisons when possible new dab869542b0 [Attributor] Deduce the "returned" 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 | 21 + lib/Transforms/IPO/Attributor.cpp | 426 +++++++++++++++++++++ test/Transforms/FunctionAttrs/arg_nocapture.ll | 9 +- test/Transforms/FunctionAttrs/arg_returned.ll | 310 +++++++++++---- .../read_write_returned_arguments_scc.ll | 10 +- 5 files changed, 687 insertions(+), 89 deletions(-)