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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 02:53:35 PST 2018


fhahn created this revision.
fhahn added reviewers: dmgreen, kuba.

We can use incremental dominator tree updates to avoid re-calculating
the dominator tree after interchanging 2 loops.


https://reviews.llvm.org/D43176

Files:
  lib/Transforms/Scalar/LoopInterchange.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43176.133821.patch
Type: text/x-patch
Size: 5106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180212/144e82cc/attachment.bin>


More information about the llvm-commits mailing list