[PATCH] D20239: [Power9] Add codegen for VSX word insert/extract instructions

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 08:28:03 PDT 2016


nemanjai updated this revision to Diff 61968.
nemanjai added a comment.
Herald added a subscriber: nemanjai.

Tested the patch on a http://reviews.llvm.org/P9 LE simulator. This prompted one change - I had a missing swap when the second operand is undef. Updated the code and test case accordingly.


Repository:
  rL LLVM

http://reviews.llvm.org/D20239

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/PowerPC/PPCInstrInfo.td
  lib/Target/PowerPC/PPCInstrVSX.td
  lib/Target/PowerPC/README_P9.txt
  test/CodeGen/p9-xxinsertw-xxextractuw.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20239.61968.patch
Type: text/x-patch
Size: 51721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160627/4db487b1/attachment.bin>


More information about the llvm-commits mailing list