[Mlir-commits] [mlir] [mlir] Convert TensorType and BaseMemRefType to interfaces (PR #133053)

Matthias Springer llvmlistbot at llvm.org
Wed Mar 26 02:21:33 PDT 2025


https://github.com/matthias-springer commented:

Nice cleanup! It always felt a bit odd that `class TensorType` and `class BaseMemRefType` were defined in C++ instead of Tablegen. We didn't have interface inheritance from the beginning, maybe that's the reason why it was designed like that.


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


More information about the Mlir-commits mailing list