This is an archive of the discontinued LLVM Phabricator instance.

[ARM][LowOverheadLoops] Iteration count liveness
ClosedPublic

Authored by samparker on Sep 30 2020, 3:15 AM.

Details

Summary

Before deciding to insert a [W|D]LSTP, check that defining LR with the element count won't affect any other instructions that should be taking the iteration count.

Diff Detail

Event Timeline

samparker created this revision.Sep 30 2020, 3:15 AM
samparker requested review of this revision.Sep 30 2020, 3:15 AM
This revision is now accepted and ready to land.Oct 1 2020, 1:27 AM
This revision was landed with ongoing or failed builds.Oct 1 2020, 2:14 AM
This revision was automatically updated to reflect the committed changes.