[PATCH] D86815: [LangRef] Remove non-overlapping guarantee from memcpy.
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug 28 14:43:16 PDT 2020
    
    
  
arsenm added a comment.
In D86815#2245466 <https://reviews.llvm.org/D86815#2245466>, @arsenm wrote:
> Why would we change this? What's the point of having separate memcpy and memmove intrinsics?
I'm reading this as clang mis-uses llvm.memcpy when it probably should be using llvm.memmove
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