inducer / loopy

A code generator for array-based code on CPUs and GPUs
http://mathema.tician.de/software/loopy
MIT License
580 stars 70 forks source link

Preserve tags in rename_iname #786

Closed nchristensen closed 1 year ago

nchristensen commented 1 year ago

This adds an option to preserve the tags of the renamed iname in rename_iname. The tags are apparently dropped by duplicate_inames, which rename_inames calls. This is probably because it is unclear which tags should survive in the case of renaming/duplicating multiple inames. It is more clear for the single iname case.

inducer commented 1 year ago

Thanks!