llvm-6502/test/Transforms/TailCallElim
Duncan Sands d50e9e2566 Fix PR7328: when turning a tail recursion into a loop, need to preserve
the returned value after the tail call if it differs from other return
values.  The optimal thing to do would be to introduce a phi node for
the return value, but for the moment just fix the miscompile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106947 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-26 12:53:31 +00:00
..
2010-06-26-MultipleReturnValues.ll Fix PR7328: when turning a tail recursion into a loop, need to preserve 2010-06-26 12:53:31 +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