[PATCH] D43245: [LoopInterchange] Support reductions across inner and outer loop.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 10:28:56 PDT 2018
fhahn updated this revision to Diff 144369.
fhahn edited the summary of this revision.
fhahn added a comment.
Rebased, simplified and moved parts to https://reviews.llvm.org/D46198. This patch now only contains the code to detect reduction PHIs across inner and outer loops.
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.144369.patch
Type: text/x-patch
Size: 13628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180427/cd03514a/attachment.bin>
More information about the llvm-commits
mailing list