[Mlir-commits] [mlir] [MLIR] feat(mlir-tblgen): Add support for dialect interfaces (PR #170046)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Dec 2 14:27:29 PST 2025
aidint wrote:
> Could you convert an interface like DialectInlinerInterface for example here so we have a concrete working example as well.
I converted `DialectInlinerInterface` in `mlir/Transforms/InliningUtils.h` to the tablegen version.
https://github.com/llvm/llvm-project/pull/170046
More information about the Mlir-commits
mailing list