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

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 11:14:53 PDT 2023


vporpo added a comment.

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 ?


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