[PATCH] D57881: [DTU] Refine the document of mutation APIs [NFC] (PR40528)

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 02:42:55 PST 2019


NutshellySima created this revision.
NutshellySima added reviewers: mkazantsev, kuhar, asbirlea, chandlerc, brzycki.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

It was pointed out in Bug 40528 <https://bugs.llvm.org/show_bug.cgi?id=40528> that it is not clear whether insert/deleteEdge can be used to perform multiple updates and a comment in D57316 <https://reviews.llvm.org/D57316#1388344> reveals that the difference between several ways to update the DominatorTree is confusing.

This patch tries to address issues above.


Repository:
  rL LLVM

https://reviews.llvm.org/D57881

Files:
  llvm/include/llvm/Analysis/DomTreeUpdater.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57881.185725.patch
Type: text/x-patch
Size: 7620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/3ba61591/attachment.bin>


More information about the llvm-commits mailing list