[PATCH] D105723: [LSR] Do not hoist IV if it is not post increment case. PR43678

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 21:59:17 PDT 2021


skatkov updated this revision to Diff 359215.
skatkov edited the summary of this revision.
skatkov added a comment.

An attempt to make a less intrusive fix.


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

https://reviews.llvm.org/D105723

Files:
  llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
  llvm/test/Transforms/LoopStrengthReduce/wrong-hoisting-iv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105723.359215.patch
Type: text/x-patch
Size: 15485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210716/40ffb925/attachment.bin>


More information about the llvm-commits mailing list