[PATCH] D56802: [CodeGenObjC] Treat ivar offsets variables as constant if they refer to ivars of a direct subclass of NSObject with an @implementation
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 16 13:12:18 PST 2019
rjmccall added a comment.
Also, we should just go ahead and skip using the offset variable when emitting the ivar access in the frontend.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56802/new/
https://reviews.llvm.org/D56802
More information about the cfe-commits
mailing list