[PATCH] D153004: [LSR] Consider post-inc form when creating extends/truncates.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 17 02:02:29 PDT 2023


fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:4143
+/// loops, first de-normalize \p Expr, then perform the extension/truncate and
+/// normalize again, as to normalized form can result in folds that are not
+/// valid in the post-inc use contexts.
----------------
nikic wrote:
> to -> the
Thanks, adjusted in the committed version!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153004



More information about the llvm-commits mailing list