You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TBAA] Only emit pointer tbaa metedata for record types.
Be conservative if the type isn't a record type. Handling other types may
require stripping const-qualifiers inside the type, e.g. MemberPointerType.
Without this, we assign different tags to the accesses for p an q in the
second test in cwg158.
0 commit comments