[PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double

Bill Schmidt wschmidt at linux.vnet.ibm.com
Thu Oct 23 16:22:37 PDT 2014


Hi hfinkel, seurer,

Now that we have initial support for VSX, we can begin adding intrinsics for programmer access to VSX instructions.  This patch adds basic support for VSX intrinsics in general, and tests the infrastructure by implementing intrinsics for minimum and maximum using the vector double data type.

The LLVM portion of this is quite straightforward.  There is a companion patch for Clang that will be reviewed separately.

http://reviews.llvm.org/D5948

Files:
  include/llvm/IR/IntrinsicsPowerPC.td
  lib/Target/PowerPC/PPCInstrVSX.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5948.15360.patch
Type: text/x-patch
Size: 5599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141023/0dbdb3d8/attachment.bin>


More information about the llvm-commits mailing list