Need to check for the number of the unique non-constant values since the
unique values may include several constants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115939
[SLP]Fix PR52756: SLPVectorizer crashes with assertion VecTy == FinalVecTy. ClosedPublic Authored by ABataev on Dec 17 2021, 6:18 AM.
Details Summary Need to check for the number of the unique non-constant values since the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 19 2021, 4:37 AM This revision was landed with ongoing or failed builds.Dec 20 2021, 5:40 AM Closed by commit rGfcaf290d0278: [SLP]Fix PR52756: SLPVectorizer crashes with assertion VecTy == FinalVecTy. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 395424 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/reused-undefs.ll
|