forked from OSchip/llvm-project
1dcb911061
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 |
||
---|---|---|
.. | ||
tail-call-arguments-clobber.ll | ||
tailcall-wrong-isa.ll | ||
tailcall.ll |