[Mlir-commits] [mlir] [mlir][MemRef] Add ExtractStridedMetadataOpCollapseShapeFolder (PR #89954)
Quentin Colombet
llvmlistbot at llvm.org
Wed Apr 24 12:22:19 PDT 2024
================
@@ -550,6 +550,78 @@ getCollapsedStride(memref::CollapseShapeOp collapseShape, OpBuilder &builder,
return {makeComposedFoldedAffineMin(builder, collapseShape.getLoc(), minMap,
groupStrides)};
}
+
+template <typename ReassociativeReshapeLikeOp,
----------------
qcolombet wrote:
Could you move the comment explaining what this does?
https://github.com/llvm/llvm-project/pull/89954
More information about the Mlir-commits
mailing list