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

Marius Brehler llvmlistbot at llvm.org
Thu Jul 24 10:49:12 PDT 2025


================
@@ -0,0 +1,31 @@
+// RUN: mlir-opt -convert-memref-to-emitc="lower-to-cpp=true" %s -split-input-file | FileCheck %s
----------------
marbre wrote:

Yeah, you can pass `--check-prefix` to `FileCheck` like done in many of the target tests, e.g. https://github.com/llvm/llvm-project/blob/main/mlir/test/Target/Cpp/file.mlir.

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


More information about the Mlir-commits mailing list