[Mlir-commits] [mlir] [MLIR][Python] Python binding support for IntegerSet attribute (PR #107640)

lorenzo chelini llvmlistbot at llvm.org
Mon Sep 9 10:02:44 PDT 2024


================
@@ -1426,7 +1446,7 @@ py::object symbolRefOrFlatSymbolRefAttributeCaster(PyAttribute &pyAttribute) {
 
 void mlir::python::populateIRAttributes(py::module &m) {
   PyAffineMapAttribute::bind(m);
-
+  PyIntegerSetAttribute::bind(m);
----------------
chelini wrote:

Can we please preserve the alphabetical order?

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


More information about the Mlir-commits mailing list