[PATCH] D41539: [CodeGen] Decorate aggregate accesses with TBAA tags

Ivan Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 24 06:49:53 PST 2018


kosarev updated this revision to Diff 131257.
kosarev added a comment.

The copying functions changed to take LValues. It seems Address-taking versions are not very useful so we don't bother with overloading.


https://reviews.llvm.org/D41539

Files:
  lib/CodeGen/CGAtomic.cpp
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGClass.cpp
  lib/CodeGen/CGExprAgg.cpp
  lib/CodeGen/CGExprCXX.cpp
  lib/CodeGen/CGObjC.cpp
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGStmt.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/CodeGen/CodeGenTBAA.cpp
  lib/CodeGen/CodeGenTBAA.h
  lib/CodeGen/ItaniumCXXABI.cpp
  test/CodeGen/tbaa-struct.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41539.131257.patch
Type: text/x-patch
Size: 27116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180124/d7c6fe21/attachment-0001.bin>


More information about the cfe-commits mailing list