[PATCH] D105333: [GlobalISel] Implement moreElements for G_SHUFFLE_VECTOR.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 23:00:22 PDT 2021


aemerson created this revision.
aemerson added reviewers: paquette, arsenm.
aemerson added a project: LLVM.
Herald added subscribers: hiraditya, rovka.
aemerson requested review of this revision.
Herald added a subscriber: wdng.

For types like <6 x s64>, we first want to promote it to <8 x s64> and then split to <4 x s64>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105333

Files:
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-shuffle-vector.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105333.356104.patch
Type: text/x-patch
Size: 10141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210702/e5428fa8/attachment.bin>


More information about the llvm-commits mailing list