This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Change VPT state assertion
ClosedPublic

Authored by samparker on Sep 24 2020, 6:07 AM.

Details

Summary

Just because we haven't encountered an instruction setting the VPR, it doesn't mean we can't create a VPT block - the VPR maybe a live-in.

Diff Detail

Event Timeline

samparker created this revision.Sep 24 2020, 6:07 AM
samparker requested review of this revision.Sep 24 2020, 6:07 AM
dmgreen accepted this revision.Sep 29 2020, 2:42 AM

Sounds OK I think, if the rest of this will handle live-in VPR registers correctly.

This revision is now accepted and ready to land.Sep 29 2020, 2:42 AM
This revision was landed with ongoing or failed builds.Sep 30 2020, 12:08 AM
This revision was automatically updated to reflect the committed changes.