[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
================
@@ -74,6 +74,12 @@ struct VPlanTransforms {
/// flat CFG into a hierarchical CFG.
static void createLoopRegions(VPlan &Plan);
+ /// Wrap runtime check block \p CHeckBlock in a VPIRBB and \p Cond in a
----------------
ayalz wrote:
```suggestion
/// Wrap runtime check block \p CheckBlock in a VPIRBB and \p Cond in a
```
https://github.com/llvm/llvm-project/pull/143879
More information about the llvm-commits
mailing list