]> granicus.if.org Git - clang/commit
[PowerPC] Implement remaining permute builtins in altivec.h - Clang portion
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 11 Nov 2016 22:34:44 +0000 (22:34 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 11 Nov 2016 22:34:44 +0000 (22:34 +0000)
commitc6caf602de7d07d4ba7669f2e4264d1bd9e867fd
treebeabc772d02270e3943db935e3081beddc7688a2
parent7c1ca2804043b7fa0514039d50b0d9af2c28e775
[PowerPC] Implement remaining permute builtins in altivec.h - Clang portion

This patch corresponds to review:
https://reviews.llvm.org/D26479

It adds the remaining vector permute/rotate builtins to altivec.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286650 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsPPC.def
lib/Headers/altivec.h
test/CodeGen/builtins-ppc-crypto.c
test/CodeGen/builtins-ppc-p8vector.c
test/CodeGen/builtins-ppc-p9vector.c