This is an archive of the discontinued LLVM Phabricator instance.

[LoopVectorize][NFC] Split reductions out from sve-tail-folding into new file
ClosedPublic

Authored by david-arm on Jul 14 2022, 5:20 AM.

Details

Summary

In sve-tail-folding-reductions.ll I've also added an extra RUN line
to test normal reductions, i.e. not in-loop. This patch is a pre-commit
in preparation for a follow-on patch that changes how reduction selects
are generated in the vector loop.

Diff Detail

Event Timeline

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