[Mlir-commits] [mlir] [mlir-python] Emit only dialect `EnumAttr` registrations. (PR #117918)
Maksim Levental
llvmlistbot at llvm.org
Wed Nov 27 16:11:26 PST 2024
================
@@ -63,8 +63,7 @@ declare_mlir_dialect_python_bindings(
TD_FILE dialects/AffineOps.td
SOURCES
dialects/affine.py
- DIALECT_NAME affine
- GEN_ENUM_BINDINGS)
+ DIALECT_NAME affine)
----------------
makslevental wrote:
`_affine_enums_gen.py` had nothing but `arith` enums and registrations :shrug:
https://github.com/llvm/llvm-project/pull/117918
More information about the Mlir-commits
mailing list