[llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 23 04:01:37 PDT 2025


================
@@ -1437,6 +1437,49 @@ void VPlanTransforms::truncateToMinimalBitwidths(
          "some entries in MinBWs haven't been processed");
 }
 
+/// Remove BranchOnCond recipes with constant conditions together with removing
+/// dead edges to their successors.
----------------
ayalz wrote:

Worth adding a comment that said ResumePhis are expected to already be fixed?

https://github.com/llvm/llvm-project/pull/106748


More information about the llvm-commits mailing list