If the instruction was previously deleted, it should not be treated as
an external user. This fixes cost estimation and removes dead
extractelement instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D107106
[SLP]Do not consider deleted instruction as external users. ClosedPublic Authored by ABataev on Jul 29 2021, 2:31 PM.
Details Summary If the instruction was previously deleted, it should not be treated as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 29 2021, 5:26 PM This revision was landed with ongoing or failed builds.Jul 30 2021, 5:38 AM Closed by commit rGf4fb85481136: [SLP]Do not consider deleted instruction as external users. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 363045 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/AArch64/gather-root.ll
llvm/test/Transforms/SLPVectorizer/SystemZ/pr34619.ll
llvm/test/Transforms/SLPVectorizer/X86/PR39774.ll
llvm/test/Transforms/SLPVectorizer/X86/addsub.ll
llvm/test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
llvm/test/Transforms/SLPVectorizer/X86/ordering-bug.ll
llvm/test/Transforms/SLPVectorizer/X86/resched.ll
|