[PATCH] D122573: [TBAA] Emit distinct TBAA tags for pointers with different depths,types.
Rui Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 5 10:11:24 PDT 2022
rui.zhang added a comment.
I like the direction where this change is leading to and hope there is some way to land it incrementally. Since BuiltinType has the above mentioned concern on `void *`, how about we focus on `RecordType` pointers as a first step instead? Are there any pitfalls if we distinguish `RecordType` pointers by depth?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122573/new/
https://reviews.llvm.org/D122573
More information about the cfe-commits
mailing list