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 12937b1 commit eeabd11Copy full SHA for eeabd11
mlir/lib/Dialect/SCF/IR/SCF.cpp
@@ -4322,7 +4322,7 @@ struct FoldConstantCase : OpRewritePattern<scf::IndexSwitchOp> {
4322
4323
rewriter.inlineBlockBefore(&source, op);
4324
rewriter.eraseOp(terminator);
4325
- // Repalce the operation with a potentially empty list of results.
+ // Replace the operation with a potentially empty list of results.
4326
// Fold mechanism doesn't support the case where the result list is empty.
4327
rewriter.replaceOp(op, results);
4328
0 commit comments