[PATCH] D85472: [DomTree] Extend update API to allow a post CFG view.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 14:25:31 PDT 2020


asbirlea updated this revision to Diff 287107.
asbirlea marked 2 inline comments as done.
asbirlea added a comment.

I made the update to keep the creation of the GD object internal to the DT. Since the GD is modified during updates, this makes the most sense to me.
I split the API to take only Updates or Updates+PostViewUpdates.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85472

Files:
  llvm/include/llvm/IR/Dominators.h
  llvm/include/llvm/Support/GenericDomTree.h
  llvm/include/llvm/Support/GenericDomTreeConstruction.h
  llvm/lib/Analysis/MemorySSAUpdater.cpp
  llvm/lib/IR/Dominators.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85472.287107.patch
Type: text/x-patch
Size: 10939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200821/b89e01c3/attachment.bin>


More information about the llvm-commits mailing list