[Mlir-commits] [mlir] Expand the MemRefToEmitC pass - Lowering `AllocOp` (PR #148257)

Jaden Angella llvmlistbot at llvm.org
Thu Jul 17 22:20:12 PDT 2025


================
@@ -77,6 +77,43 @@ struct ConvertAlloca final : public OpConversionPattern<memref::AllocaOp> {
   }
 };
 
+struct ConvertAlloc final : public OpConversionPattern<memref::AllocOp> {
+  using OpConversionPattern::OpConversionPattern;
+  LogicalResult
+  matchAndRewrite(memref::AllocOp allocOp, OpAdaptor operands,
----------------
Jaddyen wrote:

yeap!I've addressed this in the new change.
Thanks for pointing this out.

https://github.com/llvm/llvm-project/pull/148257


More information about the Mlir-commits mailing list