We can skip check for undefs trying to find perfect/shuffled tree
entries matching, they can be ignored completely improving the final
cost/vectorization results.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101061
[SLP]Skip undefs trying to find perfect/shuffled tree entries matching. ClosedPublic Authored by ABataev on Apr 22 2021, 6:46 AM.
Details Summary We can skip check for undefs trying to find perfect/shuffled tree
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 22 2021, 8:38 AM This revision was landed with ongoing or failed builds.Apr 22 2021, 8:59 AM Closed by commit rG18c61fc498c7: [SLP]Skip undefs trying to find perfect/shuffled tree entries matching. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 339668 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/remark_extract_broadcast.ll
|