[Mlir-commits] [mlir] [MLIR][Python] enable ptr dialect bindings (PR #167270)
Maksim Levental
llvmlistbot at llvm.org
Mon Dec 15 09:41:44 PST 2025
makslevental wrote:
We can land this PR but the issue is the ops which are implemented in terms of properties will be generated incorrectly: `Ptr_LoadOp`, `Ptr_GatherOp`, `Ptr_MaskedLoadOp`, etc. @fabianmcg made some suggestions (offline) on how to support props in the bindings but I haven't started working on it.
https://github.com/llvm/llvm-project/pull/167270
More information about the Mlir-commits
mailing list