[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)
Mehdi Amini
llvmlistbot at llvm.org
Thu Apr 3 02:39:05 PDT 2025
joker-eph wrote:
> these new type interfaces are attached to the respective builtin types so that the switch is seamless.
Where is it done? I'm not sure how you get around the fact that these are in the bufferization folder which I don't think the core IR can depend on.
https://github.com/llvm/llvm-project/pull/134220
More information about the Mlir-commits
mailing list