[PATCH] D125192: [SVE] Refactor lowering for fixed length MGATHER/MSCATTER.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 8 13:48:53 PDT 2022
paulwalker-arm created this revision.
Herald added subscribers: ctetreau, psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
paulwalker-arm requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999.
Herald added a project: LLVM.
Lower fixed length MGATHER/MSCATTER operations to scalable vector
equivalents, which are then lowered to SVE specific nodes. This
two stage process is in preparation for making scalable vector
MGATHER/MSCATTER operations legal.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125192
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125192.427953.patch
Type: text/x-patch
Size: 10015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220508/29dfdd01/attachment.bin>
More information about the llvm-commits
mailing list