[llvm] [LoadStoreVectorizer] Fill gaps in load/store chains to enable vectorization (PR #159388)

Drew Kersnar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 18 08:59:31 PDT 2025


================
@@ -119,6 +119,29 @@ using namespace llvm;
 
 #define DEBUG_TYPE "load-store-vectorizer"
 
+cl::opt<bool>
----------------
dakersnar wrote:

Got it. We don't really need them, so I'll remove.

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


More information about the llvm-commits mailing list