[Mlir-commits] [mlir] [mlir][MemRefToLLVM] Fix crash with unconvertable memory space (PR #132323)
Longsheng Mou
llvmlistbot at llvm.org
Mon Mar 24 08:18:23 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
----------------
CoTinker wrote:
The error produced in https://github.com/llvm/llvm-project/blob/5c02f1a5afcf4a7444f680f3f6ef32042e3d28bd/mlir/lib/Conversion/LLVMCommon/TypeConverter.cpp#L502-L507
Actully not relate to my change, I'll upate the test.
https://github.com/llvm/llvm-project/pull/132323
More information about the Mlir-commits
mailing list