This is a follow-up refactoring patch after the introduction of usable TreeEntry pointers in D61706. The EdgeInfo struct can now use a TreeEntry pointer instead of an index in VectorizableTree.
Details
Details
- Reviewers
RKSimon ABataev dtemirbulatov - Commits
- rZORGfa3c0c663e6f: [SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
rGfa3c0c663e6f: [SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
rG2ff72f665417: [SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
rL361110: [SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Minor change: Fixed double printing of TreeEntry index in the dumpVectorizableTree() debug function.