[PATCH] D115750: [SLP]Further improvement of the cost model for scalars used in buildvectors.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 06:24:34 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:6583
+ "insertelement users.\n";
+ if (TEs.front()) TEs.front()->dump(); TEs.back()->dump();
+ dbgs() << "SLP: Current total cost = " << Cost << "\n");
----------------
Is this correct - not sure if you want braces here or just a newline
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115750/new/
https://reviews.llvm.org/D115750
More information about the llvm-commits
mailing list