Files
clang-p2996/clang/test/CodeGen
Kit Barton 2b36b15834 [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_st intrinsics
Issue: https://llvm.org/bugs/show_bug.cgi?id=26720

Fix compile error when building ffmpeg for PowerPC64LE because of some
vec_vsx_ld/vec_vsx_st intrinsics are not supported by current clang.

New added intrinsics:

(vector) {signed|unsigned} {short|char} vec_vsx_ld: (total: 8)
bool vec_vsx_ld: (total: 1)
(vector) {signed|unsigned} {short|char} vec_vsx_st: (total: 8)
bool vec_vsx_st: (total: 1)
Total: 18 intrinsics

Phabricator: http://reviews.llvm.org/D17637
llvm-svn: 262359
2016-03-01 18:11:28 +00:00
..
2015-10-12 21:19:30 +00:00
2016-02-19 06:54:47 +00:00
2015-11-02 19:32:23 +00:00
2015-11-07 00:48:18 +00:00
2015-09-14 21:27:36 +00:00
2016-02-27 09:06:18 +00:00
2016-02-20 09:23:41 +00:00
2016-02-20 09:23:41 +00:00
2015-08-11 00:19:54 +00:00
2015-09-17 20:55:33 +00:00
2016-01-28 22:56:41 +00:00