[PATCH] D83090: DomTree: Add TreeNode type alias
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 22:01:59 PDT 2022
sameerds added a comment.
This change is not really on the path for what I am doing with convergence and uniformity. It relates to an old discussion about having a single interface to SSA-form IRs such as LLVM IR and MIR. Seems mostly harmless to commit if anyone has a use for it, but things like CycleInfo and the new UniformityAnalysis depend on SSAContext::DominatorTreeT instead. It's defined in SSAContext.h and MachineSSAContext.h for the two supported IRs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83090/new/
https://reviews.llvm.org/D83090
More information about the llvm-commits
mailing list