[PATCH] D31885: Remove TBAA information from LValues representing union members
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 10:06:25 PDT 2017
rjmccall added a comment.
The right fix is probably just to make sure that EmitLValueForField doesn't add TBAA information when the base LValue doesn't have it. That will also fix problems with recursive member access where the base is may_alias.
Repository:
rL LLVM
https://reviews.llvm.org/D31885
More information about the cfe-commits
mailing list