File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/Vector/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1114,7 +1114,7 @@ def Vector_InsertStridedSliceOp :
1114
1114
return ::llvm::cast<IntegerAttr>(attr).getInt() != 1;
1115
1115
});
1116
1116
}
1117
- // \return The indices in dest that the values are inserted to .
1117
+ // \return The indices in ` dest` where values are stored .
1118
1118
FailureOr<SmallVector<int64_t>> getLinearIndices();
1119
1119
}];
1120
1120
@@ -1256,7 +1256,7 @@ def Vector_ExtractStridedSliceOp :
1256
1256
return ::llvm::cast<IntegerAttr>(attr).getInt() != 1;
1257
1257
});
1258
1258
}
1259
- // \return The indices in source that the values are taken from .
1259
+ // \return The indices in ` source` where values are extracted .
1260
1260
FailureOr<SmallVector<int64_t>> getLinearIndices();
1261
1261
}];
1262
1262
let hasCanonicalizer = 1;
You can’t perform that action at this time.
0 commit comments