[all-commits] [llvm/llvm-project] b7528f: [mlir][Tensor] Use helper function for `getDropped...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Mar 29 00:17:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7528f52c7d8c22d06a9a386b58e52cb76cfa54c
https://github.com/llvm/llvm-project/commit/b7528f52c7d8c22d06a9a386b58e52cb76cfa54c
Author: Matthias Springer <me at m-sp.org>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
Log Message:
-----------
[mlir][Tensor] Use helper function for `getDroppedDims`
This helper function is used for both ExtractSliceOp and InsertSliceOp. Also fixes a bug in the implementation of `InsertSliceOp::getDroppedDims`.
Differential Revision: https://reviews.llvm.org/D147048
More information about the All-commits
mailing list