This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Tensor] Use helper function for `getDroppedDims`
ClosedPublic

Authored by springerm on Mar 28 2023, 6:41 AM.

Details

Summary

This helper function is used for both ExtractSliceOp and InsertSliceOp. Also fixes a bug in the implementation of InsertSliceOp::getDroppedDims.

Diff Detail