BoiseState-AdaptLab / spf-ie

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

Add support for nested Computations (function calls) with appendComputation #27

Open riftEmber opened 3 years ago

riftEmber commented 3 years ago

Working on branch append-computation

riftEmber commented 3 years ago

Merged first iteration of work. I've gotten to the point where effectively finishing this is blocked by better support for data spaces and return values, so I'm going to stop now and come back to it when those are done.

riftEmber commented 2 years ago

Next step is to process function calls in a statement like x = (foo() + 3) * bar(4). Perhaps this can be done by modifying the method that finds accesses in a compound expression.