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 a722dea commit 1acba8aCopy full SHA for 1acba8a
mlir/lib/Dialect/Vector/Transforms/VectorInsertExtractStridedSliceRewritePatterns.cpp
@@ -258,6 +258,7 @@ class DecomposeNDExtractStridedSlice
258
int64_t stride =
259
op.getStrides().getValue().front().cast<IntegerAttr>().getInt();
260
261
+ auto loc = op.getLoc();
262
auto elemType = dstType.getElementType();
263
assert(elemType.isSignlessIntOrIndexOrFloat());
264
0 commit comments