[PATCH] D91433: [SVE][CodeGen] Extend index of masked gathers
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 08:49:18 PST 2020
kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, efriedma.
Herald added subscribers: llvm-commits, psnobl, arphaman, hiraditya, tschuett.
Herald added a project: LLVM.
kmclaughlin requested review of this revision.
This patch changes performMSCATTERCombine to also promote the indices of
masked gathers where the element type is i8 or i16, and adds various tests
for gathers with illegal types.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91433
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-masked-gather-legalize.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91433.305174.patch
Type: text/x-patch
Size: 7814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/659d68ce/attachment.bin>
More information about the llvm-commits
mailing list