[PATCH] D26229: [TBAA] Drop support for "old style" scalar TBAA

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 15:43:01 PST 2016


mehdi_amini added inline comments.


================
Comment at: lib/Analysis/TypeBasedAliasAnalysis.cpp:419
 
-  // For struct-path aware TBAA, we use the access type of the tag.
-  bool StructPath = isStructPathTBAA(A) && isStructPathTBAA(B);
----------------
You could preserve this comment partially?


https://reviews.llvm.org/D26229





More information about the llvm-commits mailing list