kumasento / polymer

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

Allow processing clast_name that refers to a loop index #14

Closed kumasento closed 4 years ago

kumasento commented 4 years ago

Currently when processing clast_name it should refer to a symbol. We should improve this to cover nested loop.

Should add a test case for nested loops that uses outer loop's index as bounds as well.