[PATCH] D55348: Change the objc ARC optimizer to use the new objc.* intrinsics
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 7 14:10:37 PST 2018
dexonsmith added a comment.
In D55348#1323847 <https://reviews.llvm.org/D55348#1323847>, @pete wrote:
> I added the other objc* intrinsics used by ARC in r348646.
>
> Updated this patch to use them so now llvm::objcarc::GetFunctionClass is all intrinsic based.
Thanks! I don't see anything else, but I don't know the ARC optimizer well. @ahatanak, can you take a look?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55348/new/
https://reviews.llvm.org/D55348
More information about the llvm-commits
mailing list