[Mlir-commits] [mlir] [mlir][linalg] Allow promotion to use the original subview size (PR #144334)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Jun 24 00:05:41 PDT 2025
================
@@ -811,6 +819,7 @@ struct PromotionInfo {
};
FailureOr<PromotionInfo>
promoteSubviewAsNewBuffer(OpBuilder &b, Location loc, memref::SubViewOp subView,
+ bool useOriginalSubviewSize,
----------------
ftynse wrote:
Let's have this take `const LinalgPromotionOptions &` instead of an individual boolean.
https://github.com/llvm/llvm-project/pull/144334
More information about the Mlir-commits
mailing list