[llvm] [VPlan] Connect (MemRuntime|SCEV)Check blocks as VPlan transform (NFC). (PR #143879)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 04:31:50 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
----------------
fhahn wrote:
Fixed, thanks
https://github.com/llvm/llvm-project/pull/143879
More information about the llvm-commits
mailing list