llvmlite
llvmlite copied to clipboard
Add support for -tailcallelim pass
It would be really nice to have the Tail Call Elimination pass available.
This is useful for the compiler I'm working on, because it can optimize things like the recursive Fibonacci function to make them run in constant space.
@LHolten thanks for submitting this. I will label it as enhancement
accordingly.