[Mlir-commits] [llvm] [mlir] [mlir][emitc] Ensure memref-to-emitc applies type converter to memref element types (PR #203742)

ioana ghiban llvmlistbot at llvm.org
Thu Jun 18 05:22:25 PDT 2026


================
@@ -0,0 +1,32 @@
+// RUN: mlir-opt -convert-to-emitc -split-input-file %s | FileCheck %s
----------------
ioghiban wrote:

To me the commit message and summary are slightly misleading, since this patch enables the conversion via the full EmitC conversion pipeline, instead of the narrow `memref-to-emitc` path mentioned.

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


More information about the Mlir-commits mailing list