[PATCH] D38796: [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 11:30:54 PDT 2017


rjmccall added a comment.

I think probably the best solution is to track may-alias-ness explicitly in the TBAAAccessInfo instead of relying in the frontend on being able to distinguish things in the LLVM metadata.


Repository:
  rL LLVM

https://reviews.llvm.org/D38796





More information about the cfe-commits mailing list