[PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 30 23:48:26 PST 2017


echristo closed this revision.
echristo added a comment.

This was committed:

commit d65cd1f9424369c4ae7f945fac7fd9e4357451b2
Author: Sean Fertile <sfertile at ca.ibm.com>
Date:   Thu Jan 5 21:43:30 2017 +0000

  Add vec_insert4b and vec_extract4b functions to altivec.h
  
  Add builtins for the functions and custom codegen mapping the builtins to their
  corresponding intrinsics and handling the endian related swapping.
  
  https://reviews.llvm.org/D26546
  
  git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291179 91177308-0d34-0410-b5e6-96231b3b80d8


Repository:
  rL LLVM

https://reviews.llvm.org/D26546





More information about the cfe-commits mailing list