[PATCH] D149966: [SLP]Include cost of the reshuffling for same nodes with resizing.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 9 05:09:06 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:7013
+ return BaseShuffleAnalysis::createShuffle<InstructionCost>(
+ V1, nullptr, Mask, Builder);
+ }
----------------
CommonMask?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149966/new/
https://reviews.llvm.org/D149966
More information about the llvm-commits
mailing list