This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 57dae44 Produce another specific error message for a malformed Mach-O [...] new b78000e [SCEV] Tweak the output format and content of -analyze new 045a03d [LoopDeletion] Clear SCEV loop dispositions new 26fc301 Use all_of instead of a raw loop; NFC new 2845c75 [LICM] Kill SCEV loop dispositions if needed
The 4 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/Analysis/ScalarEvolution.cpp | 21 ++++++-- lib/Transforms/Scalar/LICM.cpp | 4 ++ lib/Transforms/Scalar/LoopDeletion.cpp | 40 ++++++++++----- test/Analysis/ScalarEvolution/scev-dispositions.ll | 20 ++++---- test/Transforms/LICM/update-scev.ll | 31 ++++++++++++ test/Transforms/LoopDeletion/multiple-exits.ll | 58 +++++++++++++++++++++- test/Transforms/LoopDeletion/update-scev.ll | 56 +++++++++++++++++++++ 7 files changed, 202 insertions(+), 28 deletions(-) create mode 100644 test/Transforms/LICM/update-scev.ll create mode 100644 test/Transforms/LoopDeletion/update-scev.ll