This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Pass TBAA info along with lvalue base info everywhere
ClosedPublic

Authored by kosarev on Oct 16 2017, 3:34 AM.

Details

Summary

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 D38126 reworked to be a separate patch to make reviewing easier.

Diff Detail

Repository
rL LLVM

Event Timeline

kosarev created this revision.Oct 16 2017, 3:34 AM
This revision is now accepted and ready to land.Oct 16 2017, 10:50 PM
This revision was automatically updated to reflect the committed changes.