This is an archive of the discontinued LLVM Phabricator instance.

[ARM][MVE] Don't unroll intrinsic loops.
ClosedPublic

Authored by samparker on Jan 9 2020, 2:38 AM.

Details

Summary

We don't unroll vector loops for MVE targets, but we miss the case when loops only contain intrinsic calls. So just move the logic a bit to catch this case.

Diff Detail

Event Timeline

samparker created this revision.Jan 9 2020, 2:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2020, 2:38 AM
dmgreen accepted this revision.Jan 9 2020, 3:11 AM

Ah. LGTM. Thanks

This revision is now accepted and ready to land.Jan 9 2020, 3:11 AM
This revision was automatically updated to reflect the committed changes.