[Mlir-commits] [mlir] [MLIR][Linalg] Fix insert_slice fusion with rank reduction (PR #130961)
Thomas Preud'homme
llvmlistbot at llvm.org
Tue May 20 14:21:24 PDT 2025
================
@@ -94,6 +94,39 @@ mlir::tensor::computeTransposedType(RankedTensorType rankedTensorType,
return transposedTensorType;
}
+/// Create tensor.collapse_shape to drop unit dimensions in `dropDims` in tensor
+/// `from`.
----------------
RoboTux wrote:
Doh, I meant to remove that after moving the code there but forgot.
https://github.com/llvm/llvm-project/pull/130961
More information about the Mlir-commits
mailing list