[PATCH] D35391: [Dominators] Teach LoopDeletion to use the new incremental API

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 15:16:41 PDT 2017


kuhar updated this revision to Diff 108368.
kuhar marked an inline comment as done.
kuhar added a comment.

I think that I came up better guidelines on chaining updates. I included explanations for that in the comments and I added two new unittests illustrating them.

I misunderstood how LoopDeletion changes CFG and the previous explanation was incorrect because of that. Please tell me if this one is clear enough.


https://reviews.llvm.org/D35391

Files:
  include/llvm/Support/GenericDomTree.h
  lib/Transforms/Scalar/LoopDeletion.cpp
  unittests/IR/DominatorTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35391.108368.patch
Type: text/x-patch
Size: 6807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170726/ea11fd4b/attachment.bin>


More information about the llvm-commits mailing list