[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
Mon May 20 13:32:56 PDT 2019


ahatanak added a comment.

Okay, I see. The result of calling `rootAutorelease` when `!ISA()->hasCustomRR()` is true is the same as a message send, so it doesn't break the basic rules.


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