[PATCH] D55262: [OpenCL] Fix for TBAA information of pointer after addresspacecast

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 5 13:11:42 PST 2018


rjmccall added a comment.

Oh, sorry, that wasn't a good example because that's still the natural alignment for `A`.  It should be `static_cast<__generic int &>(GPtr->X)`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55262/new/

https://reviews.llvm.org/D55262





More information about the cfe-commits mailing list