Open elefthei opened 4 years ago
Inlining of function calls and recursions, up to _maxIteration. Should apply this before loop unrolling.
draft: https://github.com/circify/compiler/blob/feature/loopFlatten2/src/IR/Circify/Rewriting.hs
Inlining of function calls and recursions, up to _maxIteration. Should apply this before loop unrolling.