[PATCH] D34317: [Dominators] Move IDoms out of DominatorTreeBase and put them in SNCAInfo

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 19:34:42 PDT 2017


kuhar created this revision.

The temporary IDoms map was used only during DomTree calculation. We can move it to SNCAInfo so that it's no longer a DominatorTreeBase member.


Repository:
  rL LLVM

https://reviews.llvm.org/D34317

Files:
  include/llvm/Support/GenericDomTree.h
  include/llvm/Support/GenericDomTreeConstruction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34317.102932.patch
Type: text/x-patch
Size: 4805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170617/cf499571/attachment.bin>


More information about the llvm-commits mailing list