[Mlir-commits] [mlir] [mlir][EmitC] Expand the MemRefToEmitC pass - Lowering `CopyOp` (PR #151206)

Paul Kirth llvmlistbot at llvm.org
Thu Aug 7 08:36:55 PDT 2025


================
@@ -8,38 +8,24 @@ func.func @copying(%arg0 : memref<9x4x5x7xf32>, %arg1 : memref<9x4x5x7xf32>) {
 
 // NOCPP: module {
----------------
ilovepi wrote:

```suggestion
// CHECK: module {
```
This is common between both.

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


More information about the Mlir-commits mailing list