[PATCH] D130485: [PowerPC][NFC] Add additional vector_shuffle tests involving scalar_to_vector.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 07:21:21 PDT 2022


amyk created this revision.
amyk added reviewers: PowerPC, nemanjai, stefanp, power-llvm-team.
amyk added a project: PowerPC.
Herald added a subscriber: shchenz.
Herald added a project: All.
amyk requested review of this revision.
Herald added a project: LLVM.

This patch adds additonal test cases involving vector_shuffles where either its
left, right or both inputs are scalar_to_vector nodes. These test cases involve
v16i8 shuffles and v2i64 shuffles.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130485

Files:
  llvm/test/CodeGen/PowerPC/scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/v16i8_scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/v2i64_scalar_to_vector_shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130485.447330.patch
Type: text/x-patch
Size: 163085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220725/52cac54a/attachment-0001.bin>


More information about the llvm-commits mailing list