[Mlir-commits] [mlir] [mlir][linalg] Allow promotion to use the original subview size (PR #144334)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Jun 27 04:45:58 PDT 2025
================
@@ -811,6 +819,7 @@ struct PromotionInfo {
};
FailureOr<PromotionInfo>
promoteSubviewAsNewBuffer(OpBuilder &b, Location loc, memref::SubViewOp subView,
+ bool useOriginalSubviewSize,
----------------
ftynse wrote:
Can we just extend one or another? I'd rather avoid yet another helper class so if it's impossible to extend one of the existing classes, we can stick with the single argument here.
https://github.com/llvm/llvm-project/pull/144334
More information about the Mlir-commits
mailing list