[llvm] [VPlan] Lower BranchOnTwoConds to chain of 2 simple branches. (PR #174016)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 12:48:08 PST 2026


================
@@ -3760,42 +3760,40 @@ void VPlanTransforms::expandBranchOnTwoConds(VPlan &Plan) {
 
   // Expand BranchOnTwoConds instructions into explicit CFG with
   // single-condition branches, by introducing a new branch in VPBB that jumps
----------------
ayalz wrote:

```suggestion
  // Expand BranchOnTwoConds instructions into explicit CFG with two new
  // single-condition branches:
```

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


More information about the llvm-commits mailing list