This is an archive of the discontinued LLVM Phabricator instance.

[ARM][LowOverheadLoops] Convert intermediate vpr use assertion to condition
ClosedPublic

Authored by samtebbs on Nov 19 2020, 5:40 AM.

Details

Summary

This converts the intermediate VPR use assertion to a condition in the if-statement to protect against assertion failures in case behaviuour is changed.

This is a follow-up to https://reviews.llvm.org/D90935 and implements the post-approval comments.

Diff Detail

Event Timeline

samtebbs created this revision.Nov 19 2020, 5:40 AM
samtebbs requested review of this revision.Nov 19 2020, 5:40 AM
dmgreen accepted this revision.Nov 19 2020, 5:44 AM

Thanks. LGTM

This revision is now accepted and ready to land.Nov 19 2020, 5:44 AM
samtebbs updated this revision to Diff 306425.Nov 19 2020, 8:44 AM

Fix test ordering. This is an NFC so I will commit with the previous approval.

This revision was landed with ongoing or failed builds.Nov 19 2020, 9:15 AM
This revision was automatically updated to reflect the committed changes.