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

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Apr 29 03:02:54 PDT 2026


================

----------------
banach-space wrote:

IMO `-NEXT` in `CHECK-NEXT` adds unnecessary noise here. The order is irrelevant here. The key thing is that e.g. the arguments to `emitc.mul` are defined before the Op itself, but that's guaranteed if you are using LIT variables, .e.g:
```c
// CPP-NEXT:     %[[ALLOC_TOTAL_SIZE:.*]] = emitc.mul %[[ALLOC]], %[[ALLOC_SIZE]]
// CPP-SAME:       : (!emitc.size_t, index) -> !emitc.size_t
```

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


More information about the Mlir-commits mailing list