- Provide the operator overloads for constructing (semi-)affine expressions in Python by combining existing expressions with constants.
- Make AffineExpr, AffineMap and IntegerSet hashable in Python.
- Expose the AffineExpr composition functionality.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Shouldn't this be an PyAffineMulExpr? It probably doe not matter since both are affine expressions internally? The same would apply below to the modulo / div operators.