[PATCH] D112303: [AArch64][SVE] Generate SVE >2 element structured load/stores from fixed types

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 04:08:52 PDT 2021


bsmith created this revision.
bsmith added reviewers: paulwalker-arm, peterwaller-arm, david-arm, CarolineConcatto.
Herald added subscribers: ctetreau, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
bsmith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This adds support for SVE structured loads/stores to the relevant target
hooks, such that we can support these instructions in the InterleavedAccess
pass.

Depends on D112078 <https://reviews.llvm.org/D112078>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112303

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/test/Transforms/InterleavedAccess/AArch64/sve-interleaved-accesses.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112303.381503.patch
Type: text/x-patch
Size: 47705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211022/17da7779/attachment.bin>


More information about the llvm-commits mailing list