]> granicus.if.org Git - clang/commit
[CodeGen] Fix generation of TBAA info for array-to-pointer conversions
authorIvan A. Kosarev <ikosarev@accesssoftek.com>
Fri, 20 Oct 2017 12:35:17 +0000 (12:35 +0000)
committerIvan A. Kosarev <ikosarev@accesssoftek.com>
Fri, 20 Oct 2017 12:35:17 +0000 (12:35 +0000)
commita312801e78a7627965158838eae1fb9a10487af7
tree06262854d1afaa5521386d73cd833ca1e0a07e48
parentf4502ab59c7b68d9e97b6a7f95e788535ab526cd
[CodeGen] Fix generation of TBAA info for array-to-pointer conversions

Resolves:
Fatal error: Offset not zero at the point of scalar access.
http://llvm.org/PR34992

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGen/tbaa-array.cpp [new file with mode: 0644]