Skip to content

Commit dd38677

Browse files
committed
!fixup adjust comment as suggested, thanks
1 parent b74e363 commit dd38677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ struct VPlanTransforms {
176176

177177
/// Update \p Plan to account for the uncountable early exit from \p
178178
/// EarlyExitingVPBB to \p EarlyExitVPBB by
179-
/// * updating the condition exiting the vector loop to include the early
180-
/// exit condition,
179+
/// * updating the condition exiting the loop via the latch to include the
180+
/// early exit condition,
181181
/// * splitting the original middle block to branch to the early exit block
182182
/// conditionally - according to the early exit condition.
183183
static void handleUncountableEarlyExit(VPBasicBlock *EarlyExitingVPBB,

0 commit comments

Comments
 (0)