[PATCH] D39138: [CodeGen] Generate TBAA info for 'this' pointers

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 10:46:33 PDT 2017


hfinkel added a comment.

In https://reviews.llvm.org/D39138#905445, @rjmccall wrote:

> In https://reviews.llvm.org/D39138#905184, @hfinkel wrote:
>
> > In https://reviews.llvm.org/D39138#904747, @rjmccall wrote:
> >
> > > Okay, if this is just for your own checking, I'd rather not take it.  It's not a significant compile-time cost, but there's no reason to pay it at all.
> >
> >
> > In that case, can we take it? I'd rather have everything decorated for use by the type sanitizer.
>
>
> There will never, ever be an illegal access to this alloca.


Never mind, then ;)


Repository:
  rL LLVM

https://reviews.llvm.org/D39138





More information about the cfe-commits mailing list