[PATCH] D156396: [AArch64] Respect pre-/post-decrement indexing mode during instruction selection
Maurice Heumann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 11:26:44 PDT 2023
momo5502 abandoned this revision.
momo5502 added a comment.
In D156396#4539673 <https://reviews.llvm.org/D156396#4539673>, @efriedma wrote:
> 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.
Ah man, ngl, that hurts. 3 days of straight debugging just to see this pattern cannot occur anymore. I guess it do be like that sometimes 😂 Still thank you though.
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