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 3172970 commit 2440ca6Copy full SHA for 2440ca6
mlir/lib/Dialect/Linalg/Transforms/PadTilingInterface.cpp
@@ -288,10 +288,6 @@ FailureOr<PadTilingInterfaceResult> linalg::rewriteAsPaddedOp(
288
return failure();
289
}
290
291
- OpBuilder::InsertionGuard g(builder);
292
- // Set IP after toPad because we also take the dims of toPad's output.
293
- builder.setInsertionPointAfter(toPad);
294
-
295
// 1. Get the loopUpperBounds from the TilingInterface.
296
SmallVector<Range> iterationDomain = toPad.getIterationDomain(builder);
297
0 commit comments