[PATCH] D65737: [InstCombine] mempcpy(d,s,n) to memcpy(d,s,n) + n

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 14:53:08 PDT 2019


jdoerfert added a comment.

I like that we get the attributes, let's wait and see if anyone objects.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65737





More information about the llvm-commits mailing list