summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-ppc-insertword-error.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ppc insertword/extractword expected fail tests.Sean Fertile2017-01-051-16/+0
| | | | llvm-svn: 291188
* Add vec_insert4b and vec_extract4b functions to altivec.hSean Fertile2017-01-051-0/+16
Add builtins for the functions and custom codegen mapping the builtins to their corresponding intrinsics and handling the endian related swapping. https://reviews.llvm.org/D26546 llvm-svn: 291179
OpenPOWER on IntegriCloud