diff options
author | Tim Shen <timshen91@gmail.com> | 2018-07-30 21:23:13 +0000 |
---|---|---|
committer | Tim Shen <timshen91@gmail.com> | 2018-07-30 21:23:13 +0000 |
commit | 47ad09b339f3d58e37e4f011a01b7d4dcbb3c6c3 (patch) | |
tree | 5983e6c2e23ebf6018895d8f79f00b81cb8527f3 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 0bb8e8918795ba0d403fd89982afd9dba128979b (diff) | |
download | bcm5719-llvm-47ad09b339f3d58e37e4f011a01b7d4dcbb3c6c3.tar.gz bcm5719-llvm-47ad09b339f3d58e37e4f011a01b7d4dcbb3c6c3.zip |
[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to.
Summary:
This patch adds a new macro _LIBCPP_HAS_NO_VECTOR_EXTENSION for detecting
whether a vector extension (\_\_attribute\_\_((vector_size(num_bytes)))) is
available.
On the top of that, this patch implements the following API:
* all constructors
* operator[]
* copy_from
* copy_to
It also defines simd_abi::native to use vector extension, if available.
In GCC and Clang, certain values with vector extension are passed by registers,
instead of memory.
Based on D41148.
Reviewers: mclow.lists, EricWF
Subscribers: cfe-commits, MaskRay, lichray, sanjoy
Differential Revision: https://reviews.llvm.org/D41376
llvm-svn: 338309
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions