[llvm] [SLP] Bail out on store-to-load forwarding hazards (PR #199606)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 12:06:27 PDT 2026
================
@@ -27384,6 +27392,147 @@ bool SLPVectorizerPass::runImpl(Function &F, ScalarEvolution *SE_,
return Changed;
}
+bool SLPVectorizerPass::hasStoreLoadForwardingConflict(ArrayRef<Value *> Chain,
----------------
alexey-bataev wrote:
```suggestion
bool SLPVectorizerPass::findStoreLoadForwardingConflict(ArrayRef<Value *> Chain,
```
https://github.com/llvm/llvm-project/pull/199606
More information about the llvm-commits
mailing list