[PATCH] D138736: [PowerPC] Fix vperm codegen

Maryam Moghadas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 14:13:21 PST 2022


maryammo created this revision.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: All.
maryammo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Commit rG934d5fa2b8672695c335deed0e19d0e777c98403 <https://reviews.llvm.org/rG934d5fa2b8672695c335deed0e19d0e777c98403> changed the vperm codegen
for cases that vperm is not replaced by xxperm, this patch is to revert that.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138736

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/build-vector-tests.ll
  llvm/test/CodeGen/PowerPC/canonical-merge-shuffles.ll
  llvm/test/CodeGen/PowerPC/ppc-shufflevector-combine.ll
  llvm/test/CodeGen/PowerPC/pre-inc-disable.ll
  llvm/test/CodeGen/PowerPC/v16i8_scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/v8i16_scalar_to_vector_shuffle.ll
  llvm/test/CodeGen/PowerPC/vec-itofp.ll
  llvm/test/CodeGen/PowerPC/vec_conv_i16_to_fp32_elts.ll
  llvm/test/CodeGen/PowerPC/vec_conv_i16_to_fp64_elts.ll
  llvm/test/CodeGen/PowerPC/vec_conv_i8_to_fp32_elts.ll
  llvm/test/CodeGen/PowerPC/vec_conv_i8_to_fp64_elts.ll
  llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138736.478024.patch
Type: text/x-patch
Size: 22035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221125/12a8eed7/attachment.bin>


More information about the llvm-commits mailing list