This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3049bc0fef2 Revert Patch from Phabricator new 80781fec87f [Attributor][Fix] Initialize the cache prior to using it
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 | 6 + lib/Transforms/IPO/Attributor.cpp | 157 +++++++++++++-------- test/Transforms/FunctionAttrs/align.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/noreturn_async.ll | 2 +- test/Transforms/FunctionAttrs/noreturn_sync.ll | 2 +- test/Transforms/FunctionAttrs/nosync.ll | 2 +- test/Transforms/FunctionAttrs/nounwind.ll | 2 +- test/Transforms/FunctionAttrs/willreturn.ll | 2 +- 15 files changed, 117 insertions(+), 72 deletions(-)