[PATCH] D41539: [CodeGen] Decorate aggregate accesses with TBAA tags

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 2 16:26:25 PST 2018


rjmccall added a comment.

You're sure you just want a single TBAA tag on memcpy's?  I would think that it might be useful to encode separate path information for the two operands.


https://reviews.llvm.org/D41539





More information about the cfe-commits mailing list