[PATCH] D94816: [P10] [Power PC] Exploiting new load rightmost vector element instructions.

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 11:57:58 PST 2021


kamaub created this revision.
kamaub added reviewers: PowerPC, lei, stefanp, nemanjai, amyk.
Herald added subscribers: steven.zhang, kbarton, hiraditya.
kamaub requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This pull request implements patterns to exploit the load rightmost vector
element instructions for loading element 0 on little endian PowerPC subtargets
into v8i16 and v16i8 vector registers for i16 and i8 data types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94816

Files:
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/load-rightmost-vector-elt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94816.317042.patch
Type: text/x-patch
Size: 6164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/a393bf84/attachment.bin>


More information about the llvm-commits mailing list