[Mlir-commits] [mlir] [mlir] Reject invalid boundary types (PR #208787)
Matthias Springer
llvmlistbot at llvm.org
Sat Jul 18 04:50:51 PDT 2026
================
----------------
matthias-springer wrote:
This is not the right place to verify the element type. `getBufferizedFunctionArgType` returns a `BufferLikeType` which may or may not be a memref.
Probably the default implementation `functionArgTypeConverterFn` (and I think we have multiple of these lambdas) should error out by returning a "null" type.
https://github.com/llvm/llvm-project/pull/208787
More information about the Mlir-commits
mailing list