[CodeGen][ObjC] Destroy callee-destroyed arguments in the caller
function when the receiver is nil Callee-destroyed arguments to a method have to be destroyed in the caller function when the receiver is nil as the method doesn't get executed. This fixes PR48207. rdar://71808391 Differential Revision: https://reviews.llvm.org/D93273
Loading
Please sign in to comment