[CodeGen] Do not construct complete LValue base info in trivial cases
Besides obvious code simplification, avoiding explicit creation of LValueBaseInfo objects makes it easier to make TBAA information to be part of such objects. This is part of D38126 reworked to be a separate patch to simplify review. Differential Revision: https://reviews.llvm.org/D38695 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315289 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGBlocks.cpp 1 addition, 2 deletionslib/CodeGen/CGBlocks.cpp
- lib/CodeGen/CGExpr.cpp 30 additions, 50 deletionslib/CodeGen/CGExpr.cpp
- lib/CodeGen/CGObjC.cpp 3 additions, 3 deletionslib/CodeGen/CGObjC.cpp
- lib/CodeGen/CGOpenMPRuntime.cpp 1 addition, 1 deletionlib/CodeGen/CGOpenMPRuntime.cpp
- lib/CodeGen/CGStmtOpenMP.cpp 7 additions, 7 deletionslib/CodeGen/CGStmtOpenMP.cpp
- lib/CodeGen/CodeGenFunction.h 32 additions, 8 deletionslib/CodeGen/CodeGenFunction.h
Loading
Please register or sign in to comment