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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 14:12:48 PST 2018


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

Thanks again Eli! I've updated the patch to always preserve the DT and also added -verify-dom-info to the tests that interchange loops.


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.133929.patch
Type: text/x-patch
Size: 11990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180212/66d26d3a/attachment.bin>


More information about the llvm-commits mailing list