[PATCH] D41539: [CodeGen] Decorate aggregate accesses with TBAA tags
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 08:15:01 PST 2018
rjmccall added a comment.
Thank you. Maybe there should be an overload of EmitAggregateCopy that takes LValues? A lot of these cases start with an LValue on at least one side, and there are already some convenience functions to turn an Address into a naturally-typed LValue.
https://reviews.llvm.org/D41539
More information about the cfe-commits
mailing list