[PATCH] D84562: [GraphDiff] Use class method getChildren instead of GraphTraits.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 15:30:44 PDT 2020


asbirlea created this revision.
asbirlea added a reviewer: dblaikie.
Herald added subscribers: george.burgess.iv, hiraditya.
Herald added a project: LLVM.

Use getChildren() method in GraphDiff instead of GraphTraits.

This simplifies the code and allows for refactorigns inside GraphDiff.
All usecase need not have a light-weight/copyable range.
Clean GraphTraits implementation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84562

Files:
  llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
  llvm/include/llvm/Analysis/MemorySSAUpdater.h
  llvm/include/llvm/Support/CFGDiff.h
  llvm/lib/Analysis/MemorySSAUpdater.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84562.280606.patch
Type: text/x-patch
Size: 8349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/65d8a48f/attachment.bin>


More information about the llvm-commits mailing list