[PATCH] D38404: [CodeGen] Do not refer to complete TBAA info where we actually deal with just TBAA access types

Ivan A. Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 29 07:44:56 PDT 2017


kosarev created this revision.
kosarev added a project: clang.

This patch fixes misleading names of entities related to getting, setting and generation of TBAA access type descriptors.

This is effectively an attempt to provide a review for https://reviews.llvm.org/D37826 by breaking it into smaller pieces.


Repository:
  rL LLVM

https://reviews.llvm.org/D38404

Files:
  CodeGen/CGAtomic.cpp
  CodeGen/CGExpr.cpp
  CodeGen/CGValue.h
  CodeGen/CodeGenFunction.cpp
  CodeGen/CodeGenFunction.h
  CodeGen/CodeGenModule.cpp
  CodeGen/CodeGenModule.h
  CodeGen/CodeGenTBAA.cpp
  CodeGen/CodeGenTBAA.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38404.117143.patch
Type: text/x-patch
Size: 17196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170929/b5ca3dae/attachment.bin>


More information about the cfe-commits mailing list