[Mlir-commits] [mlir] [MLIR][Python] Allow passing dialect as a class keyword argument (PR #182465)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 22 02:52:51 PST 2026
PragmaTwice wrote:
> Though lets think about whether to remove the other "old" way of specifying the dialect. This new way seems strictly more flexible.
The old way can be a "shortcut" for users who don't need base class, and now it is implemented via the new way. But I'm fine if we really want to remove it.
https://github.com/llvm/llvm-project/pull/182465
More information about the Mlir-commits
mailing list