[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
Fri May 24 13:29:15 PDT 2019


ahatanak abandoned this revision.
ahatanak added a comment.

This patch is based on the assumption that the argument and the return value of `objc_autorelease` are equal, which isn't always true in MRR.


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