[PATCH] D143796: [AArch64][ISel] Always use pre-inc/post-inc addressing mode for auto-indexed load/store with constant offset.

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 11:13:06 PST 2023


huihuiz updated this revision to Diff 498089.
huihuiz added a comment.

Addressed review comments, also clean out "ISD::MemIndexedMode &AM" from getIndexedAddressParts().


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143796/new/

https://reviews.llvm.org/D143796

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/pre-indexed-addrmode-with-constant-offset.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143796.498089.patch
Type: text/x-patch
Size: 3968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/55689e5d/attachment.bin>


More information about the llvm-commits mailing list