This is an archive of the discontinued LLVM Phabricator instance.

[ARM][LowOverheadLoops] Adjust Start insertion.
ClosedPublic

Authored by samparker on Oct 1 2020, 1:20 AM.

Details

Summary

Try to move the insertion point to become the terminator of the block, usually the preheader.

Diff Detail

Event Timeline

samparker created this revision.Oct 1 2020, 1:20 AM
samparker requested review of this revision.Oct 1 2020, 1:20 AM
samparker updated this revision to Diff 295487.Oct 1 2020, 1:28 AM

Removed the code that later tries to move stuff around.

SjoerdMeijer accepted this revision.Oct 1 2020, 2:19 AM

Nice simplification.

This revision is now accepted and ready to land.Oct 1 2020, 2:19 AM
This revision was automatically updated to reflect the committed changes.