[Mlir-commits] [mlir] [mlir] Decouple enum generation from attributes, adding EnumInfo and EnumCase (PR #132148)
Maksim Levental
llvmlistbot at llvm.org
Thu Mar 27 11:56:43 PDT 2025
makslevental wrote:
> how Python binds non-attribute properties
It doesn't - the lines you touched (there-abouts) are the only place where Enum bindings are automatically emitted (and "handwritten" bindings should not be affected in any way).
https://github.com/llvm/llvm-project/pull/132148
More information about the Mlir-commits
mailing list