[PATCH] D119442: [NFC][SVE] Add more tests to CodeGen/AArch64/sve-fixed-length-reshuffle.ll
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 07:47:50 PST 2022
david-arm created this revision.
david-arm added reviewers: sdesmalen, CarolineConcatto.
Herald added subscribers: ctetreau, psnobl, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
david-arm requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999.
Herald added a project: LLVM.
This patch just adds more tests for cases where we extract elements
from a scalable vector and re-insert them into a new fixed-width vector:
CodeGen/AArch64/sve-fixed-length-reshuffle.ll
Some of these tests exercise the AArch64TargetLowering::ReconstructShuffle
code path.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119442
Files:
llvm/test/CodeGen/AArch64/sve-fixed-length-reshuffle.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119442.407535.patch
Type: text/x-patch
Size: 35428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/22a86f9a/attachment.bin>
More information about the llvm-commits
mailing list