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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 11:17:56 PDT 2019


xbolva00 updated this revision to Diff 218227.
xbolva00 added a comment.

Rebased + more tests.


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

https://reviews.llvm.org/D65737

Files:
  include/llvm/Transforms/Utils/SimplifyLibCalls.h
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Transforms/InstCombine/mempcpy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65737.218227.patch
Type: text/x-patch
Size: 4790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190831/95be94cf/attachment.bin>


More information about the llvm-commits mailing list