[PATCH] D17637: [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_st intrinsics
Kit Barton via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 28 15:08:35 PST 2016
kbarton added a comment.
This failed testing:
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
1 warning(s) in tests.
Testing Time: 225.81s
********************
Failing Tests (1):
Clang :: CodeGen/builtins-ppc-vsx.c
Expected Passes : 25406
Expected Failures : 166
Unsupported Tests : 558
Unexpected Failures: 1
gmake[3]: *** [CMakeFiles/check-all] Error 1
gmake[2]: *** [CMakeFiles/check-all.dir/all] Error 2
gmake[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
gmake: *** [check-all] Error 2
Test finished. Check results in /home/kbarton/llvm/build/dev.git/CHECK.log
Tests PASSED!
Reproduce with:
llvm-lit tools/clang/test/CodeGen/builtins-ppc-vsx.c
http://reviews.llvm.org/D17637
More information about the cfe-commits
mailing list