[PATCH] D104953: [ObjC][ARC] Prevent moving objc_retain calls past objc_release calls that release the retained object

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 5 12:09:58 PDT 2021


ahatanak added a comment.

I agree that undoing/preventing the bad move or eliminating the redundant retain/release pair is something we should look into.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104953



More information about the llvm-commits mailing list