[PATCH] D38126: Make TBAA information to be part of LValueBaseInfo

Ivan Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 07:21:03 PDT 2017


kosarev abandoned this revision.
kosarev added a comment.

Indeed, if LValueBaseInfo is what we know about the very first value in a sequence, then TBAA info certainly should not be part of it. This also means whatever is specified as a direct base lvalue to the lvalue we are constructing should probably be passed as LValue, as suggested in https://reviews.llvm.org/D39177.

Thanks!


https://reviews.llvm.org/D38126





More information about the cfe-commits mailing list