This follows up on the introduction of C API for the same object and is similar
to AffineExpr and AffineMap.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unrelated: the IRModules.cpp file is getting quite large and slow to compile. Any objection to splitting it into a few pieces?
mlir/lib/Bindings/Python/IRModules.cpp | ||
---|---|---|
4367 | I believe the eq method should return False on mismatched types, not throw. There is a simple overload that does it: see other examples in this file. | |
4415 | Nit: shouldn't pt args be snake case? (Here and below) | |
mlir/test/Bindings/Python/ir_integer_set.py | ||
37 | Check intended? (Here and below) |
Unrelated: the IRModules.cpp file is getting quite large and slow to compile. Any objection to splitting it into a few pieces?
I was going to propose the same thing.
clang-tidy: error: 'Python.h' file not found [clang-diagnostic-error]
not useful