[PATCH] D102828: [GlobalISel] Implement splitting of G_SHUFFLE_VECTOR.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 00:39:28 PDT 2021
aemerson created this revision.
aemerson added reviewers: paquette, arsenm, qcolombet.
aemerson added a project: LLVM.
Herald added subscribers: hiraditya, rovka.
aemerson requested review of this revision.
Herald added a subscriber: wdng.
This is a port from the DAG legalization. We're still missing some of the canonicalizations of shuffles but it's a start.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102828
Files:
llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-shuffle-vector.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102828.346643.patch
Type: text/x-patch
Size: 11559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210520/668decef/attachment.bin>
More information about the llvm-commits
mailing list