]> granicus.if.org Git - clang/commit
[PowerPC] Implement vector shift builtins - clang portion
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 1 Nov 2016 14:46:20 +0000 (14:46 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 1 Nov 2016 14:46:20 +0000 (14:46 +0000)
commit1cd2ec853d7d1b67c182989921a27fc875e36ffb
treeba5de636265790b2818048cfae1a4ccf73e62a78
parent2f6104867287dececb46e8d93dd9246aad47c282
[PowerPC] Implement vector shift builtins - clang portion

This patch corresponds to review https://reviews.llvm.org/D26092.
Committing on behalf of Tony Jiang.

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