[PATCH] D106555: [PowerPC] handle more splat loads

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 08:15:33 PDT 2021


shchenz created this revision.
shchenz added reviewers: nemanjai, jsji, qiucf, PowerPC.
Herald added subscribers: kbarton, hiraditya.
shchenz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is based on the patch in https://reviews.llvm.org/D106353 provided by @nemanjai

Add more splat load types handling and more tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106555

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
  llvm/test/CodeGen/PowerPC/canonical-merge-shuffles.ll
  llvm/test/CodeGen/PowerPC/load-and-splat.ll
  llvm/test/CodeGen/PowerPC/scalar_vector_test_3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106555.360822.patch
Type: text/x-patch
Size: 24801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210722/0f39adab/attachment.bin>


More information about the llvm-commits mailing list