[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects (PR #78368)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Feb 23 01:52:28 PST 2024


ftynse wrote:

> At this point the missing interfaces are for any kind of dialects implicitly loaded by the PassManager!
(and a change to MLIR can add new missing promise interface for dialects you never heard of...)

Implicit loading is a good model, I didn't really think about it that way. It may be worth explaining somewhere that the builtin dialect is implicitly loaded in the context (though even before the pass manager IIRC).



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


More information about the Mlir-commits mailing list