[PATCH] D103638: [SLP]Improve vectorization of PHI instructions.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 12 03:26:05 PDT 2021
xbolva00 added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:8492
// unreachable IR for efficiency and to avoid crashing.
// TODO: Collect the skipped incoming values and try to vectorize them
// after processing BB.
----------------
Maybe handle this TODO too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103638/new/
https://reviews.llvm.org/D103638
More information about the llvm-commits
mailing list