[LoongArch] Implement mayBeEmittedAsTailCall for tail call optimization
Implements TargetLowering callback `mayBeEmittedAsTailCall` that enables CodeGenPrepare to duplicate returns when they might enable a tail-call. Reviewed By: xen0n, MaskRay Differential Revision: https://reviews.llvm.org/D141257
Loading
Please sign in to comment