[Mlir-commits] [mlir] [mlir][EmitC] Expand the MemRefToEmitC pass - Lowering `extract_strided_metadata` (PR #152208)
Paul Kirth
llvmlistbot at llvm.org
Thu Aug 7 09:32:40 PDT 2025
================
@@ -58,3 +58,19 @@ module @globals {
return
}
}
+
+// -----
+
+// CHECK-LABEL: reinterpret_cast
+func.func @reinterpret_cast(%arg18: memref<1xi32>) {
----------------
ilovepi wrote:
Can you add another test function w/ a memref of higher rank? maybe `memref<1x2x3xi8>`? and maybe a non-uniform stride?
https://github.com/llvm/llvm-project/pull/152208
More information about the Mlir-commits
mailing list