[Mlir-commits] [mlir] [mlir][EmitC] Expand the MemRefToEmitC pass - Lowering `CopyOp` (PR #151206)
Paul Kirth
llvmlistbot at llvm.org
Thu Aug 7 08:37:16 PDT 2025
================
@@ -8,38 +8,24 @@ func.func @copying(%arg0 : memref<9x4x5x7xf32>, %arg1 : memref<9x4x5x7xf32>) {
// NOCPP: module {
// NOCPP-NEXT: emitc.include <"string.h">
----------------
ilovepi wrote:
```suggestion
// NOCPP: emitc.include <"string.h">
```
https://github.com/llvm/llvm-project/pull/151206
More information about the Mlir-commits
mailing list