kumasento / polymer

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

Fixed issue in reg2mem of affine.apply #61

Closed kumasento closed 3 years ago

kumasento commented 3 years ago

Previously if affine.apply is being used by another block we would wrongly place it in a scratchpad memory. Now this bug has been fixed.