[PATCH] D102002: [PassManager] unify vector passes between regular and LTO pipelines

Usman Nadeem via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 3 15:34:56 PDT 2021


mnadeem added a comment.

I was looking at the LICM Fdiv hoisting issue when I came across this patch but this seems to be stuck.

So I was wondering that, since we now have a combined `addVectorPasses()` function, if a smaller incremental change like https://reviews.llvm.org/D111032 would make sense to fix the hoisting issue?
It includes the change from D100802 <https://reviews.llvm.org/D100802> and has one more change relevant to LICM/instcombine ordering //before// the vector/unrolling passes are run.


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

https://reviews.llvm.org/D102002



More information about the llvm-commits mailing list