mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
ebe6584c32
Make tail recursion elimination a bit more aggressive. This allows us to get tail recursion on functions that are just branches to a different function. The fact that the function takes a byval argument does not restrict it from being optimised into just a tail call. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219899 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
2010-06-26-MultipleReturnValues.ll | ||
accum_recursion.ll | ||
ackermann.ll | ||
basic.ll | ||
byval.ll | ||
dont_reorder_load.ll | ||
dup_tail.ll | ||
inf-recursion.ll | ||
reorder_load.ll | ||
setjmp.ll |