[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
Thu Jul 1 17:21:19 PDT 2021


ahatanak updated this revision to Diff 356055.
ahatanak marked an inline comment as done.
ahatanak added a comment.

Rebase after precommitting tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104953

Files:
  llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  llvm/test/Transforms/ObjCARC/code-motion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104953.356055.patch
Type: text/x-patch
Size: 9558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210702/4274b75b/attachment.bin>


More information about the llvm-commits mailing list