[Mlir-commits] [mlir] [mlir] Add dialect hooks for registering custom type and attribute alias printers (PR #173091)
Mehdi Amini
llvmlistbot at llvm.org
Sat Dec 20 04:31:11 PST 2025
joker-eph wrote:
> depending on if the tool registers dialect B or not, one gets different output?
It is even further: it'll depends on if B gets actually loaded.
I would be more comfortable with a solution that restricts this to only entities of the dialect itself. This kind of cross-dialect interactions have too many pitfalls.
https://github.com/llvm/llvm-project/pull/173091
More information about the Mlir-commits
mailing list