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

Paul Kirth llvmlistbot at llvm.org
Wed Jul 23 20:11:20 PDT 2025


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

I think you need a second RUN lines w/ `lower-to-cpp=false`.  You can use the same test, and add a --check-prefix for each that you can use for the include line. I don' think anything else needs to change.

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


More information about the Mlir-commits mailing list