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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 06:35:25 PDT 2023


fhahn added a comment.

In D144274#4216205 <https://reviews.llvm.org/D144274#4216205>, @david-arm wrote:

> I think I've found the problem - the patch was missing another case that needs the loop info option.

great, would it be possible to add a phase ordering test that demonstrates the issue and shows that it is fixed with the latest version?


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

https://reviews.llvm.org/D144274



More information about the llvm-commits mailing list