================
@@ -1696,3 +1702,79 @@ void VPlanTransforms::createInterleaveGroups(
}
}
}
+
+void VPlanTransforms::convertToMultiCond(VPlan &Plan, ScalarEvolution &SE,
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/112138