[PATCH] D43176: [LoopInterchange] Incrementally update the dominator tree.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 08:51:34 PST 2018


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

Thanks! I've moved collecting and applying updates to adjustLoopLinks and added an assertion to make sure we do not have BBs with redundant successors.


https://reviews.llvm.org/D43176

Files:
  lib/Transforms/Scalar/LoopInterchange.cpp
  test/Transforms/LoopInterchange/call-instructions.ll
  test/Transforms/LoopInterchange/currentLimitation.ll
  test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
  test/Transforms/LoopInterchange/interchange-insts-between-indvar.ll
  test/Transforms/LoopInterchange/interchange-output-dependencies.ll
  test/Transforms/LoopInterchange/interchange-simple-count-down.ll
  test/Transforms/LoopInterchange/interchange-simple-count-up.ll
  test/Transforms/LoopInterchange/not-interchanged-dependencies-1.ll
  test/Transforms/LoopInterchange/phi-ordering.ll
  test/Transforms/LoopInterchange/profitability.ll
  test/Transforms/LoopInterchange/reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43176.134052.patch
Type: text/x-patch
Size: 11671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180213/a888f975/attachment.bin>


More information about the llvm-commits mailing list