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
Davide Italiano 3de1281be2 [TRE] Add another test for OptRemark.
This shows we emit a remark for tail recursion -> loop.

llvm-svn: 308525
2017-07-19 21:39:51 +00:00
..
2010-06-26-MultipleReturnValues.ll
accum_recursion.ll
ackermann.ll
basic.ll
deopt-bundle.ll
dont_reorder_load.ll
dup_tail.ll
EraseBB.ll
inf-recursion.ll
notail.ll
opt-remarks-recursion.ll [TRE] Add another test for OptRemark. 2017-07-19 21:39:51 +00:00
opt-remarks.ll [TRE] Move to the new OptRemark API. 2017-07-19 21:13:22 +00:00
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