[PATCH] D94454: [PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10

Baptiste Saleil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 14:36:13 PST 2021


bsaleil created this revision.
bsaleil added a reviewer: PowerPC.
bsaleil added projects: LLVM, PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
bsaleil requested review of this revision.
Herald added a subscriber: llvm-commits.

This patch generates the `vinsw`, `vinsd`, `vinsblx`, `vinshlx`, `vinswlx`, `vinsdlx`, `vinsbrx`, `vinshrx`, `vinswrx` and `vinsdrx` instructions for vector insertion on P10 <https://reviews.llvm.org/P10>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94454

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/pcrel-linkeropt.ll
  llvm/test/CodeGen/PowerPC/vec_insert_elt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94454.315937.patch
Type: text/x-patch
Size: 30236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210111/35f6c959/attachment.bin>


More information about the llvm-commits mailing list