This is an archive of the discontinued LLVM Phabricator instance.

[ARM][LowOverheadLoops] Check scalar predicates
ClosedPublic

Authored by samparker on Jan 30 2020, 12:30 AM.

Details

Summary

When trying to remove the loop iteration count, check that the instruction will always execute.

Diff Detail

Event Timeline

samparker created this revision.Jan 30 2020, 12:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2020, 12:30 AM
SjoerdMeijer accepted this revision.Jan 30 2020, 1:03 AM

cheers, looks like a good fix to me.

This revision is now accepted and ready to land.Jan 30 2020, 1:03 AM
This revision was automatically updated to reflect the committed changes.