[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
Thu Aug 6 13:30:19 PDT 2020


asbirlea created this revision.
asbirlea added a reviewer: kuhar.
Herald added subscribers: george.burgess.iv, hiraditya.
Herald added a project: LLVM.
asbirlea requested review of this revision.

Extend the `applyUpdates` in DominatorTree to allow a post CFG view,
different from the current CFG.
This patch implements the functionality of updating an already up to
date DT, to the desired PostCFGView.
Combining a set of updates towards an up to date DT and a PostCFGView is
not yet supported.


Repository:
  rG LLVM Github Monorepo

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.283718.patch
Type: text/x-patch
Size: 11103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200806/829f7a17/attachment.bin>


More information about the llvm-commits mailing list