[PATCH] D146780: [AArch64][GlobalISel] Selection support for v8s8, v4s16, v16s8 G_INSERT_VECTOR_ELT with GPR scalar

Vladislav Dzhidzhoev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 20:19:53 PDT 2023


dzhidzhoev created this revision.
dzhidzhoev added reviewers: aemerson, paquette, arsenm, t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dzhidzhoev requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This is to support some NEON intrinsics on GlobalISel.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146780

Files:
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-insert-vector-elt.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146780.507954.patch
Type: text/x-patch
Size: 7544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/96bc5e3c/attachment.bin>


More information about the llvm-commits mailing list