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
Differential D83090
DomTree: Add TreeNode type alias nhaehnle on Jul 2 2020, 2:09 PM. Authored by
Details This should help reduce churn later on when we clean up the template Change-Id: Id12289d381efbc015f65fe5549564f67a31189f4
Diff Detail
Event TimelineComment Actions @nhaehnle Sorry just trying to clean out my phab backlog - but whatever happened with this patch? Comment Actions 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. |