[PATCH] D111028: [BasicAA] Ignore CanBeFreed in minimal extent reasoning

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 3 11:13:06 PDT 2021


nlopes accepted this revision.
nlopes added a comment.
This revision is now accepted and ready to land.

good catch!
This function is only used to heck if one of the accesses is larger than the 2nd object. It doesn't matter whether it is live or not.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111028/new/

https://reviews.llvm.org/D111028



More information about the llvm-commits mailing list