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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 10:38:47 PST 2023


efriedma added a comment.

The logic here seems fine, but please clean up the dead code (the IsInc argument of getIndexedAddressParts is always set to true, so you can just remove it and clean up the callers).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143796



More information about the llvm-commits mailing list