mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
d7c0e22d5f
The number of tail call to loop conversions remains the same (1618 by my count). The new algorithm does a local scan over the use-def chains to identify local "alloca-derived" values, as well as points where the alloca could escape. Then, a visit over the CFG marks blocks as being before or after the allocas have escaped, and annotates the calls accordingly. llvm-svn: 208017 |
||
---|---|---|
.. | ||
2010-06-26-MultipleReturnValues.ll | ||
accum_recursion.ll | ||
ackermann.ll | ||
basic.ll | ||
dont_reorder_load.ll | ||
dup_tail.ll | ||
inf-recursion.ll | ||
reorder_load.ll | ||
setjmp.ll |