This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][NFC] Precommit tests for SVE interleaved accesses cost computation
AbandonedPublic

Authored by mgabka on Dec 14 2022, 2:22 AM.

Details

Reviewers
paulwalker-arm
Summary

At the moment use of scalable VF for vectorization of interleaved
groups is not allowed, hence for SVE we should only see use of gather/scatter.
This patch is copying existing test from:
llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll
and adding SVE specific attributes and RUN lines.

Diff Detail