[Mlir-commits] [mlir] [MLIR][Python] Python binding support for IntegerSet attribute (PR #107640)
Amy Wang
llvmlistbot at llvm.org
Mon Sep 9 13:37:24 PDT 2024
================
@@ -1426,7 +1446,7 @@ py::object symbolRefOrFlatSymbolRefAttributeCaster(PyAttribute &pyAttribute) {
void mlir::python::populateIRAttributes(py::module &m) {
PyAffineMapAttribute::bind(m);
-
+ PyIntegerSetAttribute::bind(m);
----------------
kaitingwang wrote:
Addressed in the force-push below. I should have kept it as two commits and squashed at the end. Please have a look below for this time. Thanks!
https://github.com/llvm/llvm-project/pull/107640
More information about the Mlir-commits
mailing list