[PATCH] D148966: [SLP] Cleanup: Remove loop around `tryToVectorizeSequence` of PHIs.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 11:37:23 PDT 2023


ABataev added a comment.

In D148966#4293114 <https://reviews.llvm.org/D148966#4293114>, @vporpo wrote:

> So the purpose of this loop is to attempt to vectorize the same PHI seeds that failed previously because the code might have changed in the meantime. But is this something that should be done specifically for PHI nodes? Perhaps we should be doing this for other seed types too ?

Generally speaking, yes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148966



More information about the llvm-commits mailing list