This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c097c0d34e9 [DAGCombine] visitVSELECT - remove duplicate getOperand cal [...] new 1d1af82429c [Attributor] Manifest load/store alignment generally new 90d7e223b8d [Attributor] Use existing function information for the call site
The 2 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 | 5 + lib/Transforms/IPO/Attributor.cpp | 325 ++++++++++++++++++--- test/Transforms/FunctionAttrs/align.ll | 4 +- test/Transforms/FunctionAttrs/arg_nocapture.ll | 2 +- test/Transforms/FunctionAttrs/arg_returned.ll | 2 +- test/Transforms/FunctionAttrs/dereferenceable.ll | 2 +- test/Transforms/FunctionAttrs/fn_noreturn.ll | 2 +- test/Transforms/FunctionAttrs/internal-noalias.ll | 2 +- test/Transforms/FunctionAttrs/liveness.ll | 2 +- test/Transforms/FunctionAttrs/noalias_returned.ll | 2 +- test/Transforms/FunctionAttrs/nofree-attributor.ll | 2 +- test/Transforms/FunctionAttrs/nonnull.ll | 2 +- test/Transforms/FunctionAttrs/noreturn_async.ll | 2 +- test/Transforms/FunctionAttrs/noreturn_sync.ll | 2 +- test/Transforms/FunctionAttrs/nounwind.ll | 2 +- .../read_write_returned_arguments_scc.ll | 2 +- 16 files changed, 305 insertions(+), 55 deletions(-)