[PATCH] D93371: [DominatorTree] Add support for mixed pre/post CFG views.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 22:37:44 PST 2020


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

Add support for mixed pre/post CFG views.

Update usages of the MemorySSAUpdater to use the new DT API by
requesting the DT updates to be done by the MSSAUpdater.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93371

Files:
  llvm/include/llvm/Analysis/MemorySSAUpdater.h
  llvm/include/llvm/Support/GenericDomTree.h
  llvm/lib/Analysis/MemorySSAUpdater.cpp
  llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/lib/Transforms/Utils/LoopRotationUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93371.312114.patch
Type: text/x-patch
Size: 8001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/7cb9b243/attachment.bin>


More information about the llvm-commits mailing list