1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/CodeGen/Mips/tailcall
Simon Dardis 29c3915faa [mips] Restrict tail call optimization
The tail call optimization was being used without proper consideration of
ABI requirements for saving and restoring the GP. This patch restricts tail
call optimization to functions within the same translation unit.

Reviewers: vkalintiris

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

llvm-svn: 287505
2016-11-20 21:23:08 +00:00
..
tail-call-arguments-clobber.ll [mips] Restrict tail call optimization 2016-11-20 21:23:08 +00:00
tailcall-wrong-isa.ll [mips] Restrict tail call optimization 2016-11-20 21:23:08 +00:00
tailcall.ll [mips] Restrict tail call optimization 2016-11-20 21:23:08 +00:00