Crash caused by: 708eb1b96d9a36f9c0182b7d53c492059778fa35
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | ||
---|---|---|
8471–8472 | Better to replace TE->Scalars[I] with VL[I] |
Paths
| Differential D144895
[SLP] Fixes crash in BoUpSLP::isGatherShuffledEntry() ClosedPublic Authored by vporpo on Feb 27 2023, 10:39 AM.
Details
Summary Crash caused by: 708eb1b96d9a36f9c0182b7d53c492059778fa35
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Feb 27 2023, 10:56 AM This revision was landed with ongoing or failed builds.Feb 27 2023, 12:31 PM Closed by commit rGa700fb3d9b31: [SLP] Fixes crash in BoUpSLP::isGatherShuffledEntry() (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500876 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/crash_clear_undefs.ll
|
Better to replace TE->Scalars[I] with VL[I]