]> granicus.if.org Git - clang/commit
[CodeGen] Support generation of TBAA info in the new format
authorIvan A. Kosarev <ikosarev@accesssoftek.com>
Fri, 22 Dec 2017 09:54:23 +0000 (09:54 +0000)
committerIvan A. Kosarev <ikosarev@accesssoftek.com>
Fri, 22 Dec 2017 09:54:23 +0000 (09:54 +0000)
commitf5c7cf7b19818f0471b85c0f29bb92edc75b9307
tree06d5ad4c4085a83b037658246123909fcb207d98
parent9cdafe0e46f1dde51b877ea0c9b570ca7f8d4a44
[CodeGen] Support generation of TBAA info in the new format

Now that the MDBuilder helpers generating TBAA type and access
descriptors in the new format are in place, we can teach clang to
use them when requested.

Differential Revision: https://reviews.llvm.org/D41394

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321351 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenTBAA.cpp
test/CodeGen/tbaa.cpp