This is an archive of the discontinued LLVM Phabricator instance.

[ARM][MVE] Tail-predication: debug messages if tripcount cannot be found. NFC.
ClosedPublic

Authored by SjoerdMeijer on Apr 20 2020, 5:41 AM.

Details

Summary

Finding the loop tripcount is the first crucial step in preparing a loop for tail-predication, and this adds a debug message if a tripcount cannot be found.

And while I was at it, I added some more comments here and there hopefully clarifying things a bit more.

Diff Detail

Event Timeline

SjoerdMeijer created this revision.Apr 20 2020, 5:41 AM
samparker accepted this revision.Apr 21 2020, 3:52 AM

Feel free to make these changes without review.

This revision is now accepted and ready to land.Apr 21 2020, 3:52 AM

okidoki, and thanks for looking. Cheers.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2020, 2:40 AM