This is an archive of the discontinued LLVM Phabricator instance.

[ARM][Block placement] Check the predecessor exists before processing it
ClosedPublic

Authored by samtebbs on Jan 15 2021, 7:03 AM.

Details

Summary

Not all machine loops will have a predecessor. so the pass needs to
check it before continuing.

Diff Detail

Event Timeline

samtebbs created this revision.Jan 15 2021, 7:03 AM
samtebbs requested review of this revision.Jan 15 2021, 7:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2021, 7:03 AM
dmgreen accepted this revision.Jan 15 2021, 7:10 AM

Thanks. LGTM

This revision is now accepted and ready to land.Jan 15 2021, 7:10 AM