[PATCH] D70924: [Metadata] Add TBAA struct metadata to `AAMDNode`

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 12:20:17 PST 2019


anton-afanasyev added a comment.

In D70924#1782238 <https://reviews.llvm.org/D70924#1782238>, @hfinkel wrote:

> In D70924#1780145 <https://reviews.llvm.org/D70924#1780145>, @anton-afanasyev wrote:
>
> > Hi @hfinkel, I've investigated the current state of TBAA support in LLVM. AFAIU (see D40975 <https://reviews.llvm.org/D40975>, but it is still uncommited) the new format of `tbaa` tag replaces `tbaa.struct` tag. Does it mean `tbaa.struct` tag will be deprecated soon?
>
>
> It might, but it depends on the progress on the new TBAA format. This is not a large change, and I think that we can proceed with this regardless.
>
> Can you please explain what will end up using this information? That should be present in the description.


Ok, updated summary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70924





More information about the llvm-commits mailing list