[PATCH] D40176: [CodeGen] Collect information about sizes of accesses and access types for TBAA

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 26 15:21:36 PST 2017


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

Alright, I guess this all makes sense.  We do have some extensions that are playing around with v-table pointers, so it's probably fair to require the v-table pointer type to be passed down instead of assuming it's just the generic pointer size.


https://reviews.llvm.org/D40176





More information about the cfe-commits mailing list