You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SILOptimizer] ProjectionTree can vend leaf types.
Added getAllLeafTypes to ProjectionTree. The new method vends, via an
out paramter, a vector containing the types of all the leaves in a
projection tree in the order that they appear. The method relies uses a
new convenience on ProjectionTreeNode, isLeaf to include only the types
of those nodes which are leaves.
Excerpted from @GottesM's #16756.
0 commit comments