[PATCH] D38456: [CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 2 06:49:26 PDT 2017
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 to simplify review.
Repository:
rL LLVM
https://reviews.llvm.org/D38456
Files:
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGValue.h
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenTBAA.cpp
lib/CodeGen/CodeGenTBAA.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38456.117339.patch
Type: text/x-patch
Size: 15454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171002/0f3f9f04/attachment.bin>
More information about the cfe-commits
mailing list