This is an archive of the discontinued LLVM Phabricator instance.

[SLP][AArch64] Add SLP vectorizer tests for XOR and AND reductions. NFC
ClosedPublic

Authored by RosieSumpter on Jun 22 2021, 6:02 AM.

Details

Summary

These regression tests show missed SLP vectorization opportunities
which will be fixed in a future commit (see:
https://reviews.llvm.org/D104538).

Diff Detail

Event Timeline

RosieSumpter created this revision.Jun 22 2021, 6:02 AM
RosieSumpter requested review of this revision.Jun 22 2021, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2021, 6:02 AM
SjoerdMeijer accepted this revision.Jun 22 2021, 6:16 AM

Thanks for adding these tests too.

This revision is now accepted and ready to land.Jun 22 2021, 6:16 AM