[PATCH] D38456: [CodeGen] Introduce generic TBAA access descriptors

2017-10-03 Thread Ivan A. Kosarev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL314780: [CodeGen] Introduce generic TBAA access descriptors (authored by kosarev). Changed prior to commit: https://reviews.llvm.org/D38456?vs=117339&id=117494#toc Repository: rL LLVM https://review

[PATCH] D38456: [CodeGen] Introduce generic TBAA access descriptors

2017-10-02 Thread John McCall via Phabricator via cfe-commits
rjmccall accepted this revision. rjmccall added a comment. This revision is now accepted and ready to land. LGTM. Repository: rL LLVM https://reviews.llvm.org/D38456 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cg

[PATCH] D38456: [CodeGen] Introduce generic TBAA access descriptors

2017-10-02 Thread Ivan A. Kosarev via Phabricator via cfe-commits
kosarev created this revision. kosarev added a project: clang. With this patch we implement a concept of TBAA access descriptors that are capable of representing both scalar and struct-path accesses in a generic way. This is part of https://reviews.llvm.org/D37826 reworked to be a separate patch