This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

aeubanks created this revision.Oct 17 2022, 5:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 5:05 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
aeubanks requested review of this revision.Oct 17 2022, 5:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 5:05 PM
nikic accepted this revision.Oct 18 2022, 12:47 AM

LGTM

This 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
This revision was automatically updated to reflect the committed changes.