[PATCH] D61808: [ObjC] Replace uses of the argument of a call to objc_autorelease with the result in MRR

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 13:12:02 PDT 2019


rjmccall added a comment.

No, because `hasCustomRR` is set whenever the method implementation isn't the standard `-[NSObject autorelease]` implementation.  In other words, this is just inlining the standard implementation when it's dynamically known that the dispatch would end up there anyway.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61808/new/

https://reviews.llvm.org/D61808





More information about the llvm-commits mailing list