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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM