[PATCH] D83090: DomTree: Add TreeNode type alias

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 14:36:17 PDT 2020


nhaehnle created this revision.
nhaehnle added reviewers: arsenm, RKSimon, mehdi_amini, courbet.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
nhaehnle added a parent revision: D83089: DomTree: Extract (mostly) read-only logic into type-erased base classes.
nhaehnle added a parent revision: D83092: DomTree: Add findSiblingOfUncle helper.
nhaehnle removed a parent revision: D83092: DomTree: Add findSiblingOfUncle helper.
nhaehnle added a child revision: D83092: DomTree: Add findSiblingOfUncle helper.

This should help reduce churn later on when we clean up the template
parameter to be a CfgTraitsT instead of a NodeT.

Change-Id: Id12289d381efbc015f65fe5549564f67a31189f4


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83090

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83090.275233.patch
Type: text/x-patch
Size: 10135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/7c9775fa/attachment-0001.bin>


More information about the llvm-commits mailing list