[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)

Andrei Golubev llvmlistbot at llvm.org
Mon Apr 7 05:30:51 PDT 2025


andrey-golubev wrote:

> > If in terms of the pass, is it true though?
> 
> What do you mean by that? From a functional point of view, whether it's defined in C++ or TableGen should not matter. Feel free to move it over to TableGen.

I was wondering whether Alex could've missed the dependency on the bufferization dialect because it was added in C++ (less obvious than `let dependentDialects` in TableGen imho). Moved to TableGen.

I think at this point I've addressed all outstanding issues, so @ftynse @matthias-springer please take a look once again.

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


More information about the Mlir-commits mailing list