[PATCH] D117180: [BasicAliasAnalysis] Switch from isMallocOrCallocLikeFn to onlyAccessesInaccessibleMemory

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 12:40:39 PST 2022


reames added a comment.

cd36b29 <https://reviews.llvm.org/rGcd36b29ec75469a0e424bdf4003e5b718252bacd> adjusts the code to make the fact we treat opnew like malloc slightly more explicit.  This doesn't change any semantics, it just makes it easier to notice this odd case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117180



More information about the llvm-commits mailing list