[PATCH] D130487: [PowerPC] Fix vector_shuffle combines when inputs are scalar_to_vector of differing types.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 19:00:25 PDT 2022


amyk updated this revision to Diff 452354.
amyk added a comment.

Rebase patch based on new tests added within D130485 <https://reviews.llvm.org/D130485>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130487/new/

https://reviews.llvm.org/D130487

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
  llvm/test/CodeGen/PowerPC/v16i8_scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/v2i64_scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/v4i32_scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/v8i16_scalar_to_vector_shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130487.452354.patch
Type: text/x-patch
Size: 131757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220813/631b16f6/attachment.bin>


More information about the llvm-commits mailing list