[PATCH] D86815: [LangRef] Remove non-overlapping guarantee from memcpy.
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug 31 10:55:18 PDT 2020
    
    
  
jdoerfert added inline comments.
================
Comment at: llvm/docs/LangRef.rst:12485
+known to be aligned to some boundary, this can be specified as an attribute on
 the argument.
 
----------------
"completely overlap or not overlap at all" is a weird way of saying: "be equal or not overlap at all". IMHO
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86815/new/
https://reviews.llvm.org/D86815
    
    
More information about the llvm-commits
mailing list