[llvm] [SLP] More accurately cost RISCV scalar splats (PR #213104)
Ryan Buchner via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 09:49:54 PDT 2026
================
@@ -15984,6 +15812,35 @@ class BoUpSLP::ShuffleCostEstimator : public BaseShuffleAnalysis {
VectorizedVals.clear();
SameNodesEstimated = true;
}
+ void checkForFoldingSplat(const TreeEntry *E, ArrayRef<int> ReuseMask) {
----------------
bababuck wrote:
Ping! @alexey-bataev
https://github.com/llvm/llvm-project/pull/213104
More information about the llvm-commits
mailing list