This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58c22470dd7 Remove set but unused variable. new befc83967b0 [LoopUtils] Extend the scope of getLoopEstimatedTripCount new dc77158b65b [Attributor] Deduce "nonnull" attribute
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 | 32 +++ lib/Transforms/IPO/Attributor.cpp | 284 +++++++++++++++++++++++++++ lib/Transforms/Utils/LoopUtils.cpp | 20 +- test/Transforms/FunctionAttrs/nonnull.ll | 321 ++++++++++++++++++++++++------- test/Transforms/FunctionAttrs/nosync.ll | 2 +- 5 files changed, 587 insertions(+), 72 deletions(-)