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 858ca7c commit 4c782a2Copy full SHA for 4c782a2
mlir/lib/Dialect/SCF/SCF.cpp
@@ -254,7 +254,7 @@ ForOp mlir::scf::getForInductionVarOwner(Value val) {
254
}
255
256
/// Return operands used when entering the region at 'index'. These operands
257
-/// correspond to the loop iterator operands, i.e., those exclusing the
+/// correspond to the loop iterator operands, i.e., those excluding the
258
/// induction variable. LoopOp only has one region, so 0 is the only valid value
259
/// for `index`.
260
OperandRange ForOp::getSuccessorEntryOperands(unsigned index) {
0 commit comments