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

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 11:36:22 PST 2023


tschuett added a comment.

It is odd to me that instcombine has two modes: with and without loopinfo. Wouldn't completely removing loopinfo make instcombine better testable, hermetic, and predictable?


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

https://reviews.llvm.org/D144274



More information about the llvm-commits mailing list