[PATCH] D106357: [PowerPC] custom v2i64 for scalar_to_vector

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 06:11:28 PDT 2021


shchenz created this revision.
shchenz added reviewers: jsji, nemanjai, 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 a follow-up for D106353 <https://reviews.llvm.org/D106353>.

customize v2i64 for scalar_to_vector so that we can benefit from the change in D106353 <https://reviews.llvm.org/D106353>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106357

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/canonical-merge-shuffles.ll
  llvm/test/CodeGen/PowerPC/load-and-splat.ll
  llvm/test/CodeGen/PowerPC/vec_add_sub_doubleword.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106357.360103.patch
Type: text/x-patch
Size: 4811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210720/825665c2/attachment.bin>


More information about the llvm-commits mailing list