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

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 05:33:44 PST 2019


NutshellySima updated this revision to Diff 186630.
NutshellySima set the repository for this revision to rG LLVM Github Monorepo.
NutshellySima added a comment.

1. Add the documents on flush APIs and clarify the precondition when flush APIs are called.
2. Add information on recalculate().
3. Add information on the invalid updates removal feature. (`applyUpates()`)
4. Remove documents on internal details which API users don't need to know about.
5. Mark `insertEdge*()/deleteEdge*()` as deprecated.
6. Address other comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57881/new/

https://reviews.llvm.org/D57881

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57881.186630.patch
Type: text/x-patch
Size: 9284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190213/02cc138d/attachment.bin>


More information about the llvm-commits mailing list