[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects (PR #78368)
Benjamin Kramer
llvmlistbot at llvm.org
Mon Mar 18 08:41:32 PDT 2024
d0k wrote:
Apart from the obvious layering issues this change has, it also makes it impossible to mix and match bufferization interface implementations, which users actually do.
Can we revert this? The generic interfaces seem fine, but the bufferization dialect changes seem to be fundamentally incompatible with MLIR's design and tightly couple things that shouldn't be coupled.
https://github.com/llvm/llvm-project/pull/78368
More information about the Mlir-commits
mailing list