[Mlir-commits] [mlir] [mlir][MemRefToLLVM] Fix crash with unconvertable memory space (PR #132323)

Matthias Springer llvmlistbot at llvm.org
Mon Mar 24 06:23:21 PDT 2025


================
@@ -0,0 +1,15 @@
+// RUN: mlir-opt %s -finalize-memref-to-llvm 2>&1 | FileCheck %s
+// Since the error is at an unknown location, we use FileCheck instead of
----------------
matthias-springer wrote:

Where is this error produced? `getMemRefAddressSpace` does not seem to produce it. How does this test relate to the code changes?

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


More information about the Mlir-commits mailing list