[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:41:24 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/lib/Analysis/BasicAliasAnalysis.cpp:1013
 
   // The semantics of memcpy intrinsics either exactly overlap or do not
   // overlap, i.e., source and destination of any given memcpy are either
----------------
Update comment


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