[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 18:44:14 PDT 2021


ahatanak updated this revision to Diff 356073.
ahatanak added a comment.

Fix test cases.


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.356073.patch
Type: text/x-patch
Size: 9705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210702/feb0e018/attachment.bin>


More information about the llvm-commits mailing list