Skip to content

Commit 1acba8a

Browse files
committed
[mlir] Reinstate the variable
Mid-air collition of patches.
1 parent a722dea commit 1acba8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorInsertExtractStridedSliceRewritePatterns.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ class DecomposeNDExtractStridedSlice
258258
int64_t stride =
259259
op.getStrides().getValue().front().cast<IntegerAttr>().getInt();
260260

261+
auto loc = op.getLoc();
261262
auto elemType = dstType.getElementType();
262263
assert(elemType.isSignlessIntOrIndexOrFloat());
263264

0 commit comments

Comments
 (0)