The incoming values for PHI nodes may come from unreachable BasicBlocks,
need to handle this case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106264
[SLP]Fix possible crash on unreachable incoming values sorting. ClosedPublic Authored by ABataev on Jul 19 2021, 4:20 AM.
Details Summary The incoming values for PHI nodes may come from unreachable BasicBlocks,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 19 2021, 4:27 AM This revision was landed with ongoing or failed builds.Jul 19 2021, 4:55 AM Closed by commit rGd8d8b4574ab4: [SLP]Fix possible crash on unreachable incoming values sorting. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 359750 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/unreachable.ll
|