TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Struct-path aware TBAA generates tags to specify the access path, while scalar TBAA only generates tags to scalar types. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191586 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CodeGenModule.cpp 4 additions, 4 deletionslib/CodeGen/CodeGenModule.cpp
- lib/CodeGen/CodeGenTBAA.cpp 6 additions, 11 deletionslib/CodeGen/CodeGenTBAA.cpp
- test/CodeGen/may-alias.c 5 additions, 3 deletionstest/CodeGen/may-alias.c
- test/CodeGen/tbaa-class.cpp 5 additions, 3 deletionstest/CodeGen/tbaa-class.cpp
- test/CodeGen/tbaa-for-vptr.cpp 2 additions, 1 deletiontest/CodeGen/tbaa-for-vptr.cpp
- test/CodeGen/tbaa-struct.cpp 5 additions, 3 deletionstest/CodeGen/tbaa-struct.cpp
- test/CodeGen/tbaa.cpp 6 additions, 3 deletionstest/CodeGen/tbaa.cpp
Loading
Please register or sign in to comment