================
@@ -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