BoiseState-AdaptLab / spf-ie

Sparse polyhedral framework optimizing compiler frontend
4 stars 2 forks source link

Properly collect type information about data spaces #26

Open riftEmber opened 3 years ago

riftEmber commented 3 years ago

Currently writing in a placeholder pending modifications to data access handling

riftEmber commented 2 years ago

I think arrays should just be treated as pointers (with double arrays being double pointers and so on) since in IEGenLib we rely on detecting pointers by the presence of a star in the type. Since arrays really are pointers, if we don't put the star in their type, IEGenLib will not correctly detect them as pointers.

riftEmber commented 2 years ago

working on branch data-space-types