[PATCH] D38945: [CodeGen] Pass TBAA info along with lvalue base info everywhere
    Ivan Kosarev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Oct 16 03:34:53 PDT 2017
    
    
  
kosarev created this revision.
kosarev added a project: clang.
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 https://reviews.llvm.org/D38126 reworked to be a separate patch to make reviewing easier.
Repository:
  rL LLVM
https://reviews.llvm.org/D38945
Files:
  lib/CodeGen/CGAtomic.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGObjCRuntime.cpp
  lib/CodeGen/CGValue.h
  lib/CodeGen/CodeGenFunction.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38945.119129.patch
Type: text/x-patch
Size: 12175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171016/0a4177dc/attachment.bin>
    
    
More information about the cfe-commits
mailing list