[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:18:02 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370593: [InstCombine] mempcpy(d,s,n) to memcpy(d,s,n) + n (authored by xbolva00, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65737?vs=218227&id=218228#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65737/new/
https://reviews.llvm.org/D65737
Files:
llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
llvm/trunk/test/Transforms/InstCombine/mempcpy.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65737.218228.patch
Type: text/x-patch
Size: 4889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190831/199a0c71/attachment.bin>
More information about the llvm-commits
mailing list