This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by kosarev on Sep 29 2017, 7:44 AM.

Details

Summary

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 D37826 by breaking it into smaller pieces.

Diff Detail

Repository
rL LLVM

Event Timeline

kosarev created this revision.Sep 29 2017, 7:44 AM
rjmccall accepted this revision.Sep 29 2017, 7:55 PM

LGTM.

This revision is now accepted and ready to land.Sep 29 2017, 7:55 PM
This revision was automatically updated to reflect the committed changes.