egraphs-good / eggcc

MIT License
49 stars 10 forks source link

Tail recursion elimination #101

Open oflatt opened 1 year ago

oflatt commented 1 year ago

https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp

oflatt commented 1 year ago

@ezrosent has pointed out this would require a new RVSDG node, so it's a breaking change