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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 04:20:35 PST 2018


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

Turned check into assertion, added a comment explaining the if (!InnerLoop) {} block and another comment to findInductionAndReductions.


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.173144.patch
Type: text/x-patch
Size: 22641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181108/1b7fa8fb/attachment.bin>


More information about the llvm-commits mailing list