[PATCH] D140003: [AArch64][NFC] Precommit tests for SVE interleaved accesses cost computation

mgabka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 02:22:02 PST 2022


mgabka created this revision.
mgabka added a reviewer: paulwalker-arm.
Herald added subscribers: ctetreau, kristof.beyls, tschuett.
Herald added a project: All.
mgabka requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, alextsao1999.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D140003

Files:
  llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140003.482768.patch
Type: text/x-patch
Size: 160304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/cb61fdfc/attachment.bin>


More information about the llvm-commits mailing list