Fixes an SROA crash.
Fallout from opaque pointers since with typed pointers we'd bail out at the bitcast.
Paths
| Differential D136119
[SROA] Don't speculate phis with different load user types ClosedPublic Authored by aeubanks on Oct 17 2022, 5:05 PM.
Details Summary Fixes an SROA crash. Fallout from opaque pointers since with typed pointers we'd bail out at the bitcast.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 18 2022, 12:47 AM This revision was landed with ongoing or failed builds.Oct 18 2022, 8:44 AM Closed by commit rG6219ec07c6f8: [SROA] Don't speculate phis with different load user types (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 468576 llvm/lib/Transforms/Scalar/SROA.cpp
llvm/test/Transforms/SROA/phi-speculate-different-load-types.ll
|