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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 09:01:40 PDT 2018


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

Move PHI handling for reductions across inner and outer loop to this patch from https://reviews.llvm.org/D46198 and add an additional test case


https://reviews.llvm.org/D43245

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43245.151723.patch
Type: text/x-patch
Size: 16773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/bc00f080/attachment.bin>


More information about the llvm-commits mailing list