This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf5c71234a4 Remove unnecessary fallthrough annotation after unreachable new f31487a7c3c [LoopInterchange] Remove support for inner-only reductions.
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 | 125 ++-------- .../LoopInterchange/inner-only-reductions.ll | 124 ++++++++++ test/Transforms/LoopInterchange/lcssa.ll | 1 - test/Transforms/LoopInterchange/phi-ordering.ll | 18 +- test/Transforms/LoopInterchange/reductions.ll | 272 --------------------- 5 files changed, 149 insertions(+), 391 deletions(-) create mode 100644 test/Transforms/LoopInterchange/inner-only-reductions.ll delete mode 100644 test/Transforms/LoopInterchange/reductions.ll