[PATCH] D138796: ObjCARC: Try to fix faulty tests

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 09:30:39 PST 2022


ahatanak added a comment.

I confirmed ARC optimizer hasn't removed the retain/release pairs in both functions at least since October 2017. The retain/release pair in `@"\01-[Top0 _getX]"` can be removed. I'm not sure about the one in `@"\01-[A z]"`.


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

https://reviews.llvm.org/D138796



More information about the llvm-commits mailing list