r266166 - [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st intrinsics and fix incorrect testcases with minor refactoring

2016-04-13 Thread Chuang-Yu Cheng via cfe-commits
Author: cycheng Date: Wed Apr 13 00:16:31 2016 New Revision: 266166 URL: http://llvm.org/viewvc/llvm-project?rev=266166&view=rev Log: [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st intrinsics and fix incorrect testcases with minor refactoring New added data types: ve

Re: [PATCH] D17637: [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_st intrinsics

2016-02-29 Thread Chuang-Yu Cheng via cfe-commits
cycheng updated this revision to Diff 49335. cycheng added a comment. Fix clang testing failure. Thanks Kit! I have checked the result by: make check-all Testing result: Testing Time: 33.36s Expected Passes: 24505 Expected Failures : 152 Unsupported Tests : 365 [100%] Built

[PATCH] D17637: [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_st intrinsics

2016-02-26 Thread Chuang-Yu Cheng via cfe-commits
cycheng created this revision. cycheng added reviewers: kbarton, nemanjai, hfinkel. cycheng added subscribers: cfe-commits, tjablin. 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