[PATCH] D47237: [DSE] Calloc-strlen optimizations
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 17:44:11 PDT 2018
xbolva00 added inline comments.
================
Comment at: lib/Analysis/MemoryLocation.cpp:23
+ AAMDNodes AATags;
+ CI->getAAMetadata(AATags);
+
----------------
efriedma wrote:
> TBAA metadata doesn't get applied to calls (I'm not sure what the semantics would be), so you probably don't need to call getAAMetadata.
Thanks for info.. So things will become simpler.
https://reviews.llvm.org/D47237
More information about the llvm-commits
mailing list