[PATCH] D39557: [Analysis] Generate more precise TBAA tags when one access encloses the other

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 15:13:35 PST 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM

When we move to the new format, we'll need to update this to something conservatively correct with the size field of the access (I assume take the max size and return a new node with that size as necessary). You might also add a TODO note in here so we're more likely to remember.


https://reviews.llvm.org/D39557





More information about the llvm-commits mailing list