[PATCH] D95181: [CodeGen][ObjC] Fix broken IR generated when there is a nil receiver check
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 21 15:16:47 PST 2021
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
This looks good, but in the long term it would be great if we could eliminate the need for `emitARCOperationAfterCall` and just emit the call properly in the first place.
Please add a test where we have a null check around an `invoke`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95181/new/
https://reviews.llvm.org/D95181
More information about the cfe-commits
mailing list