Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw committed Jan 5, 2025
1 parent 80b756a commit 3320af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct ForOpEnzymeOpsRemover
}

auto numIters = getConstantNumberOfIterations(forOp);
Value inductionVariable; // [0, N[ counter
Value inductionVariable; // [0,..., N - 1] counter

if (matchPattern(forOp.getLowerBound(), m_Zero()) &&
matchPattern(forOp.getStep(), m_One())) {
Expand Down

0 comments on commit 3320af7

Please sign in to comment.