Currently the tail call checks require the caller and callee to have the same calling convention. This patches relaxes this restriction to allow fastcc callees to be tail-called from ccc callers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM