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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 14:58:48 PST 2022


reames added a comment.

Once D117543 <https://reviews.llvm.org/D117543> (and the associate calloc revert) land, I think it's worth seeing if the regression here still exists.

I don't see where we tag op-new as inaccessiblememonly, so we may still have a problem, but I think the calloc case is likely to help a lot.


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