This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ed919502bb [NFC][ARM] Add and modify tests new e72ccee9d50 [LoopInterchange] Properly move condition, induction increm [...]
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: lib/Transforms/Scalar/LoopInterchange.cpp | 61 +++++++-- test/Transforms/LoopInterchange/interchangeable.ll | 58 ++++++--- test/Transforms/LoopInterchange/perserve-lcssa.ll | 33 +++-- test/Transforms/LoopInterchange/phi-ordering.ll | 10 +- .../LoopInterchange/pr43176-move-to-new-latch.ll | 140 +++++++++++++++++++++ .../reductions-across-inner-and-outer-loop.ll | 2 + 6 files changed, 266 insertions(+), 38 deletions(-) create mode 100644 test/Transforms/LoopInterchange/pr43176-move-to-new-latch.ll