[clang] [TBAA] Emit distinct TBAA tags for pointers with different depths,types. (PR #76612)

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 26 14:11:29 PDT 2024


================
@@ -185,10 +185,33 @@ llvm::MDNode *CodeGenTBAA::getTypeInfoHelper(const Type *Ty) {
     return getChar();
 
   // Handle pointers and references.
----------------
fhahn wrote:

Added, thank you very much!

https://github.com/llvm/llvm-project/pull/76612


More information about the cfe-commits mailing list