This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 365fcdb0fa9 [Attributor] Fix the "clamp" operator new e931b74a9d1 [Attributor] Use structured deduction for AANonNull new 2cf3cb29ab3 [Attributor] Use structured deduction for AADereferenceable new 08efae3b0a1 [Attributor][NFC] Cleanup statistics code
The 3 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: lib/Transforms/IPO/Attributor.cpp | 406 +++++++++------------- test/Transforms/FunctionAttrs/align.ll | 14 +- test/Transforms/FunctionAttrs/dereferenceable.ll | 9 +- test/Transforms/FunctionAttrs/noalias_returned.ll | 4 +- test/Transforms/FunctionAttrs/nonnull.ll | 36 +- test/Transforms/FunctionAttrs/noreturn_async.ll | 2 +- test/Transforms/FunctionAttrs/noreturn_sync.ll | 2 +- test/Transforms/FunctionAttrs/nosync.ll | 5 +- 8 files changed, 211 insertions(+), 267 deletions(-)