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

Gil Rapaport llvmlistbot at llvm.org
Tue Jul 22 08:02:58 PDT 2025


================
@@ -8,6 +8,17 @@ func.func @alloca() {
   return
 }
 
+// CHECK-LABEL: alloc()
----------------
aniragil wrote:

Should also check for the expected `emitc.include`

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


More information about the Mlir-commits mailing list