[PATCH] D19825: Power9 - Add exploitation of vector load and store that do not require swaps

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 08:15:01 PDT 2016


nemanjai updated this revision to Diff 56717.
nemanjai added a comment.

Addressed the comments:

- Removed the odd "grep" from the test case (it appears I had added that to the patch file accidentally - it does cause failures)
- Used ternary operator where it makes sense
- Updated comments to refer to ISA 3.0 rather than http://reviews.llvm.org/P9 for selecting whether swaps are needed


Repository:
  rL LLVM

http://reviews.llvm.org/D19825

Files:
  lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCInstrInfo.cpp
  lib/Target/PowerPC/PPCInstrVSX.td
  test/CodeGen/PowerPC/lxvw4x-bug.ll
  test/CodeGen/PowerPC/ppc64-i128-abi.ll
  test/CodeGen/PowerPC/swaps-le-1.ll
  test/CodeGen/PowerPC/swaps-le-6.ll
  test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll
  test/CodeGen/PowerPC/vsx-ldst.ll
  test/CodeGen/PowerPC/vsx-p9.ll
  test/CodeGen/PowerPC/vsx_insert_extract_le.ll
  test/CodeGen/PowerPC/vsx_shuffle_le.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19825.56717.patch
Type: text/x-patch
Size: 26164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160510/e8cb9e52/attachment-0001.bin>


More information about the llvm-commits mailing list