This is an archive of the discontinued LLVM Phabricator instance.

[DA] Don't propagate from unreachable blocks
ClosedPublic

Authored by kerbowa on Jan 23 2020, 7:56 PM.

Details

Summary

Fixes crash that could occur when a divergent terminator has an unreachable parent.

Event Timeline

kerbowa created this revision.Jan 23 2020, 7:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2020, 7:56 PM
This revision is now accepted and ready to land.Jan 24 2020, 1:38 AM
This revision was automatically updated to reflect the committed changes.