This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 748ab1eecfb [AArch64] Codegen for v8.2A dot product intrinsics new 05bf903bd8e [LoopInterchange] Allow some loops with PHI nodes in the ex [...]
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 | 71 ++++++--- .../LoopInterchange/current-limitations-lcssa.ll | 70 --------- test/Transforms/LoopInterchange/lcssa.ll | 171 +++++++++++++++++++++ test/Transforms/LoopInterchange/reductions.ll | 40 +++++ 4 files changed, 259 insertions(+), 93 deletions(-) delete mode 100644 test/Transforms/LoopInterchange/current-limitations-lcssa.ll create mode 100644 test/Transforms/LoopInterchange/lcssa.ll