[PATCH] D70924: [Metadata] Add TBAA struct metadata to `AAMDNode`
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 10:51:15 PST 2019
hfinkel added a comment.
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.
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