We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74e363 commit dd38677Copy full SHA for dd38677
llvm/lib/Transforms/Vectorize/VPlanTransforms.h
@@ -176,8 +176,8 @@ struct VPlanTransforms {
176
177
/// Update \p Plan to account for the uncountable early exit from \p
178
/// EarlyExitingVPBB to \p EarlyExitVPBB by
179
- /// * updating the condition exiting the vector loop to include the early
180
- /// exit condition,
+ /// * updating the condition exiting the loop via the latch to include the
+ /// early exit condition,
181
/// * splitting the original middle block to branch to the early exit block
182
/// conditionally - according to the early exit condition.
183
static void handleUncountableEarlyExit(VPBasicBlock *EarlyExitingVPBB,
0 commit comments