[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 06:42:20 PST 2018
kosarev added a comment.
Sure, but since it is not a trivial change we could first replace 'tbaa.struct' with 'tbaa' and then decide how to attach multiple TBAA tags to an instruction. I didn't think enough about it, but one way to do that is to have different kinds of TBAA tags for read and write accesses, in which case we could re-purpose the 'tbaa.struct' tag slot.
https://reviews.llvm.org/D41539
More information about the cfe-commits
mailing list