[Mlir-commits] [mlir] [MLIR][Python] enable ptr dialect bindings (PR #167270)

Fabian Mora llvmlistbot at llvm.org
Tue Dec 16 08:38:37 PST 2025


fabianmcg wrote:

> What I can do is maybe change tablegen to emit ops only if they don't have props.

This might cause some surprises downstreams, as there might be ops that use props but nobody uses those props on python, and then the op disappears. I would make it a flag default on, and let people disable if needed.

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


More information about the Mlir-commits mailing list