[PATCH] D38947: [CodeGen] Refine generation of TBAA info for bit-field lvalues

Ivan Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 16 23:35:20 PDT 2017


kosarev added a comment.

Yes, some preparation code moved past the isBitField() block and generation of TBAA info moved before creating the bit-field lvalue.

Thanks for catching the BaseExpr renaming.


https://reviews.llvm.org/D38947





More information about the cfe-commits mailing list