[PATCH] D84567: [CFGDiff] Refactor Succ/Pred maps.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 16:33:10 PDT 2020


asbirlea created this revision.
asbirlea added a reviewer: dblaikie.
Herald added a project: LLVM.

Refactor Succ/Pred maps to have a single map lookup when constructing
children. The preivous desing made sense when used by GraphTraits.
This more closely matches the previous approach in DomTree.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84567

Files:
  llvm/include/llvm/Support/CFGDiff.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84567.280619.patch
Type: text/x-patch
Size: 7122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/962813b6/attachment.bin>


More information about the llvm-commits mailing list