1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Transforms/TailCallElim
Xin Tong a3f0081b68 [TRE] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory.
Summary: use AA to tell whether a load can be moved before a call that writes to memory.

Reviewers: dberlin, davide, sanjoy, hfinkel

Reviewed By: hfinkel

Subscribers: hfinkel, llvm-commits

Differential Revision: https://reviews.llvm.org/D34115

llvm-svn: 305698
2017-06-19 15:21:18 +00:00
..
2010-06-26-MultipleReturnValues.ll
accum_recursion.ll [PM] Port TailCallElim 2016-07-06 23:48:41 +00:00
ackermann.ll
basic.ll
deopt-bundle.ll Avoid tail recursion elimination across calls with operand bundles 2016-11-07 21:01:49 +00:00
dont_reorder_load.ll
dup_tail.ll
EraseBB.ll
inf-recursion.ll
notail.ll
reorder_load.ll [TRE] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory. 2017-06-19 15:21:18 +00:00
setjmp.ll