This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d28f7232b4b [SLP] fix formatting; NFC new 82f6085fb6e [Attributor][NFCI] Avoid lookups when resolving returned values new 44404116d08 [Attributor][Fix] Deal with "growing" dereferenceability new 22aae05caa7 [Reassoc] Small fix to support unary FNeg in NegateValue(...)
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 | 25 +++++++++++++++--- lib/Transforms/Scalar/Reassociate.cpp | 2 +- test/Transforms/FunctionAttrs/dereferenceable.ll | 30 ++++++++++++++++++++++ .../Reassociate/2019-08-22-FNegAssert.ll | 24 +++++++++++++++++ 4 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 test/Transforms/Reassociate/2019-08-22-FNegAssert.ll