[PATCH] D90945: [SVE][CodeGen] Add a DAG combine to extend mscatter indices
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 07:05:34 PST 2020
kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, efriedma, fhahn, craig.topper.
Herald added subscribers: llvm-commits, psnobl, hiraditya, tschuett.
Herald added a project: LLVM.
kmclaughlin requested review of this revision.
This patch adds a target-specific DAG combine for mscatter to promote indices
with element types i8 or i16 before legalisation, plus various tests with illegal types.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90945
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-masked-scatter-legalise.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90945.303443.patch
Type: text/x-patch
Size: 6326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/50a43764/attachment-0001.bin>
More information about the llvm-commits
mailing list