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

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


================
@@ -10,6 +10,7 @@
 #include "mlir-c/Support.h"
 #include "mlir/CAPI/AffineMap.h"
 #include "mlir/CAPI/IR.h"
+#include "mlir/CAPI/IntegerSet.h"
----------------
chelini wrote:

this is already include in BuiltinAttributes.h why including it also here?

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


More information about the Mlir-commits mailing list