[PATCH] D117095: [BasicAA] Add support for memmove intrinsic

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 01:50:10 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/lib/Analysis/BasicAliasAnalysis.cpp:1003
   // casing realloc and strdup routines which access only their arguments as
   // well.  Or alternatively, replace all of this with inaccessiblememonly once
   // that's implemented fully.
----------------
There is better support for inaccessiblememonly now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117095



More information about the llvm-commits mailing list