[llvm] [VPlan] Connect (MemRuntime|SCEV)Check blocks as VPlan transform (NFC). (PR #143879)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 5 14:38:02 PDT 2025
================
@@ -9386,6 +9291,44 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
VPlanTransforms::runPass(VPlanTransforms::clearReductionWrapFlags, *Plan);
}
+void LoopVectorizationPlanner::attachRuntimeChecks(
+ VPlan &Plan, GeneratedRTChecks &RTChecks, bool HasBranchWeights) const {
+ SmallVector<std::pair<VPValue *, VPIRBasicBlock *>> Checks;
----------------
ayalz wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/143879
More information about the llvm-commits
mailing list