commit | b61173e791e3ac35d84775ecfde6db983759fb9d | [log] [tgz] |
---|---|---|
author | Kit Barton <kbarton@ca.ibm.com> | Thu Jul 02 19:29:05 2015 +0000 |
committer | Kit Barton <kbarton@ca.ibm.com> | Thu Jul 02 19:29:05 2015 +0000 |
tree | 2477d09c1951aa568ebf7f3efb924dfe0e2f80fe | |
parent | 2ed9456015e9f5f1482e1a764cb1b883cfd05677 [diff] |
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 llvm-svn: 241293