Skip to content

Commit 4f62eda

Browse files
Address comments (round 1).
1 parent d579013 commit 4f62eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SCF/IR/SCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ FailureOr<LoopLikeOpInterface> ForOp::yieldTiledValuesAndReplace(
596596

597597
auto inits = llvm::to_vector(getInitArgs());
598598
inits.append(newInitOperands.begin(), newInitOperands.end());
599-
scf::ForOp newLoop = rewriter.create<scf::ForOp>(
599+
auto newLoop = rewriter.create<ForOp>(
600600
getLoc(), getLowerBound(), getUpperBound(), getStep(), inits,
601601
[](OpBuilder &, Location, Value, ValueRange) {});
602602

0 commit comments

Comments
 (0)