[llvm] [SLP] Initial vectorization of non-power-of-2 ops. (PR #77790)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 11:50:02 PDT 2024


================
@@ -14798,14 +14843,23 @@ bool SLPVectorizerPass::vectorizeStores(ArrayRef<StoreInst *> Stores,
         continue;
       }
 
+      std::optional<unsigned> NonPowerOf2VF;
----------------
fhahn wrote:

Done, thanks!

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


More information about the llvm-commits mailing list