[PATCH] D70370: llvm/ObjCARC: Eliminate inlined AutoreleaseRV calls
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 14:01:57 PST 2019
dexonsmith added a comment.
In D70370#1750378 <https://reviews.llvm.org/D70370#1750378>, @ahatanak wrote:
> It wasn't clear to me, but is the pair deleted only if there are no instructions that return false for `isSafeBetweenRVCalls` in between?
I thought it was okay to skip over all opaque calls, but I've changed the code to check for this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70370/new/
https://reviews.llvm.org/D70370
More information about the llvm-commits
mailing list