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 496a0d4 commit 1f8b1b1Copy full SHA for 1f8b1b1
mlir/lib/Dialect/SCF/IR/SCF.cpp
@@ -3917,7 +3917,7 @@ static bool hasDuplicates(ValueRange args) {
3917
3918
/// If `before` block args are directly forwarded to `scf.condition`, rearrange
3919
/// `scf.condition` args into same order as block args. Update `after` block
3920
-// args and op result values accordingly.
+/// args and op result values accordingly.
3921
/// Needed to simplify `scf.while` -> `scf.for` uplifting.
3922
struct WhileOpAlignBeforeArgs : public OpRewritePattern<WhileOp> {
3923
using OpRewritePattern::OpRewritePattern;
0 commit comments