1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/TailCallElim
Duncan Sands 8864383748 Handle the case of a tail recursion in which the tail call is followed
by a return that returns a constant, while elsewhere in the function
another return instruction returns a different constant.  This is a
special case of accumulator recursion, so just generalize the existing
logic a bit.

llvm-svn: 108241
2010-07-13 15:41:41 +00:00
..
2010-06-26-MultipleReturnValues.ll Handle the case of a tail recursion in which the tail call is followed 2010-07-13 15:41:41 +00:00
accum_recursion_constant_arg.ll
accum_recursion.ll
ackermann.ll
dg.exp
dont_reorder_load.ll Delete useless trailing semicolons. 2010-01-05 17:55:26 +00:00
dont-tce-tail-marked-call.ll
inf-recursion.ll Refine the detection of seemingly infinitely recursive calls where the 2010-04-16 15:57:50 +00:00
intervening-inst.ll
move_alloca_for_tail_call.ll
nocapture.ll
reorder_load.ll
return_constant.ll
switch.ll
trivial_codegen_tailcall.ll