[PATCH] D43237: [LoopInterchange] Allow some loops with PHI nodes in the exit block.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 09:46:12 PDT 2018


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

Sorry for the delay! Rebased after recent LoopInterchange changes.

There has been a minor change to fix a compilation issue with the test suite: floating point LCSSA phi nodes are not supported, as they currently are the only way to detect FP reductions.

I plan to commit this tomorrow, in case there are no further objections.


https://reviews.llvm.org/D43237

Files:
  lib/Transforms/Scalar/LoopInterchange.cpp
  test/Transforms/LoopInterchange/current-limitations-lcssa.ll
  test/Transforms/LoopInterchange/lcssa.ll
  test/Transforms/LoopInterchange/reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43237.144143.patch
Type: text/x-patch
Size: 15572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/1ecc6ba3/attachment.bin>


More information about the llvm-commits mailing list