[Mlir-commits] [mlir] [mlir] Reject invalid boundary types (PR #208787)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jul 21 22:56:24 PDT 2026


================

----------------
mygitljf wrote:

Thanks! I moved the element type check into the default `functionArgTypeConverterFn` implementations and made them return a `null` type on failure. The callers now handle null results, while custom converters can still return non-memref `BufferLikeTypes`.

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


More information about the Mlir-commits mailing list