[Mlir-commits] [mlir] [mlir][EmitC] Convert MemRef::DeallocOp (PR #194591)

Gil Rapaport llvmlistbot at llvm.org
Fri May 29 00:27:47 PDT 2026


================
@@ -17,6 +17,45 @@ func.func @alloca_with_alignment() {
 
 // -----
 
+func.func @alloc_and_dealloc_arg(%arg0: memref<999xi32>) {
----------------
aniragil wrote:

Could you add comments stating the unsupported cases being tested?

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


More information about the Mlir-commits mailing list