[Mlir-commits] [mlir] [mlir][llvm] Add c interface ext wrapper for host bare ptr as well. (PR #72629)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Nov 17 12:19:09 PST 2023
https://github.com/ftynse requested changes to this pull request.
I don't think this is desired. The name mangling is intended to differentiate functions that use "memref C-compatible API". The wrappers are only necessary to convert the expanded-argument function signatures to signatures with memref as a struct. There doesn't seem to be any value in adding wrappers that merely forward to the actual function.
https://github.com/llvm/llvm-project/pull/72629
More information about the Mlir-commits
mailing list