[PATCH] D48950: [PowerPC] Improve codegen for vector loads using scalar_to_vector

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 06:33:43 PDT 2018


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

Updated the patch to address:

- Adjusted column width for a RUN line in the test case
- Moving the definition of the `XXSLDWIs` instruction underneath it's two input operand counterpart, `XXSLDWI`.


https://reviews.llvm.org/D48950

Files:
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/VSX-XForm-Scalars.ll
  llvm/test/CodeGen/PowerPC/build-vector-tests.ll
  llvm/test/CodeGen/PowerPC/load-v4i8-improved.ll
  llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll
  llvm/test/CodeGen/PowerPC/qpx-load-splat.ll
  llvm/test/CodeGen/PowerPC/scalar_vector_test_1.ll
  llvm/test/CodeGen/PowerPC/scalar_vector_test_2.ll
  llvm/test/CodeGen/PowerPC/scalar_vector_test_3.ll
  llvm/test/CodeGen/PowerPC/scalar_vector_test_4.ll
  llvm/test/CodeGen/PowerPC/swaps-le-6.ll
  llvm/test/CodeGen/PowerPC/vsx_insert_extract_le.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48950.156255.patch
Type: text/x-patch
Size: 93806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180719/8728e032/attachment.bin>


More information about the llvm-commits mailing list