[PATCH] D156396: [AArch64] Respect pre-/post-decrement indexing mode during instruction selection

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 10:36:51 PDT 2023


efriedma added a comment.

I think with fb7c3807 <https://reviews.llvm.org/rGfb7c38073e800ec35f2d54d79630c68a4b901b4c>, we shouldn't use PRE_DEC/POST_DEC modes anymore.  So IsDec will always be false, and this patch does nothing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156396



More information about the llvm-commits mailing list