[llvm] [SLP] Fix : Do not skip profitable small VFs in Vectorize Stores (PR #177100)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 21 10:18:59 PST 2026


================
@@ -24024,20 +24024,26 @@ bool SLPVectorizerPass::vectorizeStores(
           unsigned FirstUnvecStore =
               std::distance(RangeSizes.begin(),
                             find_if(RangeSizes, std::bind(IsNotVectorized,
-                                                          VF >= MaxRegVF, _1)));
+                            // to go with the new definition of Large Vf definition of not counting vf which is equal to
----------------
Soumik15630 wrote:

Fixed ..thanks

https://github.com/llvm/llvm-project/pull/177100


More information about the llvm-commits mailing list