]> granicus.if.org Git - clang/commit
This patch adds support for the vector merge even word and vector merge odd word
authorKit Barton <kbarton@ca.ibm.com>
Thu, 2 Jul 2015 19:29:05 +0000 (19:29 +0000)
committerKit Barton <kbarton@ca.ibm.com>
Thu, 2 Jul 2015 19:29:05 +0000 (19:29 +0000)
commitca4dbf3219fc684afe8f8afcd8428ad1a262c445
tree5be9dae3aaa2d5c7e812b30029fcff49a8b79986
parentcbe5bbcbf0f8bad9646240cb80e7c839c0f79ea2
This patch adds support for the vector merge even word and vector merge odd word
instructions introduced in POWER8.

These are the Clang-related changes for http://reviews.llvm.org/D10704

All builtins are added in altivec.h and guarded with the POWER8_VECTOR macro.

Phabricator review: http://reviews.llvm.org/D10736

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/altivec.h
test/CodeGen/builtins-ppc-p8vector.c