[PATCH] D144274: [InstCombine] use loop info when running the pass after loop vectorization

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 09:36:13 PDT 2023


david-arm added a comment.

In D144274#4219580 <https://reviews.llvm.org/D144274#4219580>, @nikic wrote:

> I've put up https://reviews.llvm.org/D146813 to move the loop invariant GEP reassociation into LICM, which should allow us to drop the LoopInfo dependency from InstCombine.

Hi @nikic, ok thanks! But isn't the LoopInfo still needed for D144045 <https://reviews.llvm.org/D144045>, i.e. we use it to determine whether or not we should sink the fdiv?


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

https://reviews.llvm.org/D144274



More information about the llvm-commits mailing list