[llvm] [VPlan] Model branch cond to enter scalar epilogue in VPlan. (PR #92651)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 05:25:16 PDT 2024


================
@@ -443,8 +443,8 @@ Value *VPInstruction::generatePerPart(VPTransformState &State, unsigned Part) {
 
     Value *Cond = State.get(getOperand(0), VPIteration(Part, 0));
     // Replace the temporary unreachable terminator with a new conditional
-    // branch, hooking it up to backward destination for exiting blocks now and
-    // to forward destination(s) later when they are created.
+    //  branch, hooking it up to backward destination for exiting blocks now and
+    //  to forward destination(s) later when they are created.
----------------
ayalz wrote:

retain original version?
```suggestion
    // branch, hooking it up to backward destination for exiting blocks now and
    // to forward destination(s) later when they are created.
```

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


More information about the llvm-commits mailing list