[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 10:48:54 PDT 2023
ABataev added a comment.
Do not forget that instructions can mutate during vectorization and if at the first iteration they are not compatible, they might be transformed into extractelement instructions on this first iteration, and become compatible on the second one
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