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

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 11 00:39:34 PDT 2019


ahatanak planned changes to this revision.
ahatanak added a comment.

Someone reminded me that I could replace the MRR call to `objc_autorelease` with the ARC call to `objc_autoreleaseReturnValue` in the front-end. I'm going to try that idea.


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