llvm-project/llvm/test/Transforms/InterleavedAccess
Matthew Simpson 1bfa159db9 [ARM/AArch64] Support wide interleaved accesses
This patch teaches (ARM|AArch64)ISelLowering.cpp to match illegal vector types
to interleaved access intrinsics as long as the types are multiples of the
vector register width. A "wide" access will now be mapped to multiple
interleave intrinsics similar to the way in which non-interleaved accesses with
illegal types are legalized into multiple accesses. I'll update the associated
TTI costs (in getInterleavedMemoryOpCost) as a follow-on.

Differential Revision: https://reviews.llvm.org/D29466

llvm-svn: 296750
2017-03-02 15:11:20 +00:00
..
AArch64 [ARM/AArch64] Support wide interleaved accesses 2017-03-02 15:11:20 +00:00
ARM [ARM/AArch64] Support wide interleaved accesses 2017-03-02 15:11:20 +00:00
X86