[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:26 PDT 2026


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

This test file seems to be specific for lowering ops taking `test.memref_element` operands. However, the naming does not quite suggest that. I see two paths here:
- either add these cases to the files already testing this pass for memref ops/types (somewhere under `mlir/test/Conversion/MemRefToEmitC`)
- and/or rename to `memref-with-custom-types.mlir`

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


More information about the Mlir-commits mailing list