This is an archive of the discontinued LLVM Phabricator instance.

[ARM][MVE] Some more dbg messages for MVETailPredication. NFC.
ClosedPublic

Authored by SjoerdMeijer on Dec 16 2019, 6:57 AM.

Details

Summary

I've added a few more debug messages to MVETailPredication, because I wanted to trace better which instructions were added/removed. And while I was at it, I factored out one function which I thought was clearer, and have added some comments to describe better the flow between MVETailPredication and ARMLowOverheadLoops.

Diff Detail

Event Timeline

SjoerdMeijer created this revision.Dec 16 2019, 6:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2019, 6:57 AM
samparker accepted this revision.Jan 6 2020, 1:06 AM

Cheers.

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