[Mlir-commits] [mlir] [MLIR][Python] Make init parameters follow the field definition order (PR #186574)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Mar 19 09:50:41 PDT 2026


================
@@ -23,12 +23,12 @@ class MyInt(Dialect, name="myint"):
 
     class ConstantOp(MyInt.Operation, name="constant"):
         value: IntegerAttr
----------------
PragmaTwice wrote:

Yah. I've added a test case for this.

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


More information about the Mlir-commits mailing list