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

Ivan Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 10:29:30 PST 2018


kosarev added a comment.

OK, I'm reading your response so that this patch may significantly increase the number of cases where we propagate TBAA tags from memory-transfer intrinsic calls, which means potentially more cases where ignoring may_alias would lead to problems. If so, then I tend to agree. Will prepare another version. Thanks.


https://reviews.llvm.org/D41539





More information about the cfe-commits mailing list