[PATCH] D84713: [DominatorTree] Simplify ChildrenGetter.
Alina Sbirlea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 16:43:24 PDT 2020
asbirlea created this revision.
asbirlea added reviewers: kuhar, dblaikie.
Herald added projects: clang, LLVM.
Herald added a subscriber: cfe-commits.
Simplify ChildrenGetter to a simple wrapper around a GraphDiff call.
GraphDiff already handles nullptr in children, so the special casing in
clang can also be removed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84713
Files:
clang/include/clang/Analysis/Analyses/Dominators.h
llvm/include/llvm/Support/GenericDomTreeConstruction.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84713.281081.patch
Type: text/x-patch
Size: 7000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200727/36414b09/attachment.bin>
More information about the cfe-commits
mailing list