summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/memcpy-vec.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Use vector types for memcpy and friends (sometimes)Hal Finkel2015-02-271-0/+110
When using Altivec, we can use vector loads and stores for aligned memcpy and friends. Starting with the P7 and VXS, we have reasonable unaligned vector stores. Starting with the P8, we have fast unaligned loads too. For QPX, we use vector loads are stores, but only for aligned memory accesses. llvm-svn: 230788
OpenPOWER on IntegriCloud