kumasento / polymer

Bridging polyhedral analysis tools to the MLIR framework
MIT License
99 stars 20 forks source link

Resolving context #75

Closed kumasento closed 3 years ago

kumasento commented 3 years ago

Constants

If a parameter is given as a constant, we should be able to put the corresponding equation in the context relation.

%N = constant 32 : index
affine.for %i = 0 to %N {
}