[Mlir-commits] [llvm] [mlir] [mlir][emitc] Ensure memref-to-emitc applies type converter to memref element types (PR #203742)
Jeremy Kun
llvmlistbot at llvm.org
Thu Jun 18 10:19:26 PDT 2026
================
@@ -0,0 +1,32 @@
+// RUN: mlir-opt -convert-to-emitc -split-input-file %s | FileCheck %s
+
+// CHECK-LABEL: emitc.func @test_memref_alloc()
+func.func @test_memref_alloc() {
----------------
j2kun wrote:
Done
https://github.com/llvm/llvm-project/pull/203742
More information about the Mlir-commits
mailing list