[CodeGen] Pass TBAA info along with lvalue base info everywhere
This patch addresses the rest of the cases where we pass lvalue base info, but do not provide corresponding TBAA info. This patch should not bring in any functional changes. This is part of D38126 reworked to be a separate patch to make reviewing easier. Differential Revision: https://reviews.llvm.org/D38945 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315986 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGAtomic.cpp 20 additions, 21 deletionslib/CodeGen/CGAtomic.cpp
- lib/CodeGen/CGExpr.cpp 6 additions, 6 deletionslib/CodeGen/CGExpr.cpp
- lib/CodeGen/CGObjCRuntime.cpp 2 additions, 1 deletionlib/CodeGen/CGObjCRuntime.cpp
- lib/CodeGen/CGValue.h 15 additions, 13 deletionslib/CodeGen/CGValue.h
- lib/CodeGen/CodeGenFunction.h 0 additions, 14 deletionslib/CodeGen/CodeGenFunction.h
Loading
Please register or sign in to comment