[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:09 PST 2026


================
@@ -8,13 +8,13 @@ compound=true
   ]
   N1 -> N2 [ label=""]
   N2 [label ="vector.body"]
+  N2 -> N5 [ label=""]
   N2 -> N4 [ label=""]
-  N2 -> N2 [ label="" dir=back]
   N4 [label =
-    "middle.split"
+    "latch"
----------------
ayalz wrote:

Perhaps this would be even better:
```suggestion
    "vector.latch"
```
or "vector.interim"?

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


More information about the llvm-commits mailing list