[PATCH] D128508: [AArch64][SME] Sink tile offset operands into the loop for load/store instructions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 01:58:18 PDT 2022


sdesmalen created this revision.
sdesmalen added reviewers: david-arm, sagarkulkarni19, paulwalker-arm, aemerson.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This helps ISel decompose the generic offset for the tile into a base + offset.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128508

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
  llvm/test/CodeGen/AArch64/sme-intrinsics-mova-extract.ll
  llvm/test/CodeGen/AArch64/sme-intrinsics-mova-insert.ll
  llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128508.439673.patch
Type: text/x-patch
Size: 11296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/33789335/attachment.bin>


More information about the llvm-commits mailing list