[Mlir-commits] [mlir] [mlir][bufferization] Support custom types (1/N) (PR #142986)

Matthias Springer llvmlistbot at llvm.org
Wed Jun 18 01:29:14 PDT 2025


================
@@ -267,7 +268,7 @@ struct BufferizationOptions {
   /// Tensor -> MemRef type converter.
   /// Parameters: Value, memory space, bufferization options
   using UnknownTypeConverterFn = std::function<BaseMemRefType(
-      Value, Attribute memorySpace, const BufferizationOptions &)>;
+      TensorType, Attribute memorySpace, const BufferizationOptions &)>;
----------------
matthias-springer wrote:

If this can be a separate PR, let's do that.

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


More information about the Mlir-commits mailing list