[PATCH] D29466: [ARM/AArch64] Support wide interleaved accesses

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 11:42:14 PST 2017


mssimpso updated this revision to Diff 89254.
mssimpso marked 3 inline comments as done.
mssimpso added a comment.

Addressed Renato's comments.

- Moved the "legalize" comment before the modulo check
- Added a helper function for determining the number of accesses for a wide type
- Unformatted a comment (clang-format still wrapped the last line)
- Added a 3xLD2 test case (<24 x i32>) for both ARM and AArch64.


https://reviews.llvm.org/D29466

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  test/Transforms/InterleavedAccess/AArch64/interleaved-accesses.ll
  test/Transforms/InterleavedAccess/ARM/interleaved-accesses.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29466.89254.patch
Type: text/x-patch
Size: 55228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/5346bda3/attachment.bin>


More information about the llvm-commits mailing list