[PATCH] D98714: [SLP] Add insertelement instructions to vectorizable tree
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 04:31:18 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h:97
/// Try to vectorize a list of operands.
/// When \p InsertUses is provided and its entries are non-zero
/// then users of \p VL are known to be InsertElement instructions
----------------
Remove the references to InsertUses in the doxygen, otherwise we'll get Wdocumentation warnings
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98714/new/
https://reviews.llvm.org/D98714
More information about the llvm-commits
mailing list