This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][NFC] Simplify loop vectoriser tail-folding tests
ClosedPublic

Authored by david-arm on Jul 15 2022, 3:07 AM.

Details

Summary

I've simplified all of the SVE vectoriser tail-folding tests to
only care about testing the flag:

-prefer-predicate-over-epiloge=predicate-else-scalar-epilogue

In practice we always want to fall back on unpredicated vector
loops if tail-folding is not possible.

Diff Detail

Event Timeline

david-arm created this revision.Jul 15 2022, 3:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2022, 3:07 AM
david-arm requested review of this revision.Jul 15 2022, 3:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2022, 3:07 AM
Matt added a subscriber: Matt.Jul 15 2022, 10:54 AM
kmclaughlin accepted this revision.Jul 18 2022, 3:32 AM
This revision is now accepted and ready to land.Jul 18 2022, 3:32 AM
This revision was landed with ongoing or failed builds.Jul 18 2022, 5:37 AM
This revision was automatically updated to reflect the committed changes.