[PATCH] D41399: [CodeGen] Represent array members in new-format TBAA type descriptors

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 20:29:18 PST 2017


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

LGTM. The array accesses here are just being represented as their scalar-access types. In the future, we should update this to represent them as fields in their parent structs, but this is fine for now.


https://reviews.llvm.org/D41399





More information about the cfe-commits mailing list