[PATCH] D75079: Update LSR's logic that identifies a post-increment SCEV value.

Brendon Cahoon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 08:48:12 PST 2020


bcahoon added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:3535
-      LoopStep->getType()->getScalarSizeInBits())
-    return false;
   // Check if a post-indexed load/store can be used.
----------------
I don't remember why I added that code. It doesn't make any sense to me, so I think it's good to remove.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75079





More information about the llvm-commits mailing list