[PATCH] D43245: [LoopInterchange] Support reductions across inner and outer loop.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 10:40:57 PDT 2018


fhahn updated this revision to Diff 171961.
fhahn added a comment.

Updated after removing support for inner loop only reductions in https://reviews.llvm.org/D53027. The code is now slightly simpler. What do you think?


https://reviews.llvm.org/D43245

Files:
  lib/Transforms/Scalar/LoopInterchange.cpp
  test/Transforms/LoopInterchange/inner-only-reductions.ll
  test/Transforms/LoopInterchange/lcssa.ll
  test/Transforms/LoopInterchange/outer-only-reductions.ll
  test/Transforms/LoopInterchange/reductions-across-inner-and-outer-loop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43245.171961.patch
Type: text/x-patch
Size: 22060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181031/31a52571/attachment.bin>


More information about the llvm-commits mailing list