Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the ppc insertword/extractword expected fail tests. | Sean Fertile | 2017-01-05 | 1 | -16/+0 |
| | | | | llvm-svn: 291188 | ||||
* | Add vec_insert4b and vec_extract4b functions to altivec.h | Sean Fertile | 2017-01-05 | 1 | -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 |