We can skip the analysis of the constant nodes, their order should not
affect the ordering of the trees/subtrees.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127775
[SLP] Improve reordering in presence of constant only nodes. ClosedPublic Authored by ABataev on Jun 14 2022, 12:41 PM.
Details Summary We can skip the analysis of the constant nodes, their order should not
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2022, 6:09 PM This revision was landed with ongoing or failed builds.Jun 15 2022, 6:48 AM Closed by commit rGc60c13f7eb71: [SLP] Improve reordering in presence of constant only nodes. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436899 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/reorder_diamond_match.ll
llvm/test/Transforms/SLPVectorizer/X86/scatter-vectorize-reorder.ll
|