[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 14:18:59 PDT 2023
ABataev added a comment.
In D148966#4293711 <https://reviews.llvm.org/D148966#4293711>, @vporpo wrote:
> Since this is not a complete feature and we don't have any tests for it, shouldn't we remove it and add it again if needed ? Wdyt?
Why not complete? Removing this may affect vectorization. If you mean to the test, I can try to add it.
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