[PATCH] D31817: [ARM/AArch64] Ensure valid vector element types for interleaved accesses
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 10 11:06:02 PDT 2017
mssimpso created this revision.
Herald added a subscriber: aemerson.
Herald added a reviewer: javed.absar.
This patch refactors and strengthens the type checks performed for interleaved accesses. The primary functional change is to ensure that the interleaved accesses have valid element types. The added test cases previously failed because the element type is f128.
https://reviews.llvm.org/D31817
Files:
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
test/Transforms/InterleavedAccess/AArch64/interleaved-accesses.ll
test/Transforms/InterleavedAccess/ARM/interleaved-accesses.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31817.94542.patch
Type: text/x-patch
Size: 12785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/d5092cd9/attachment.bin>
More information about the llvm-commits
mailing list