Optimize memmove and memset into the LLVM builtins. Note that these
authorEli Friedman <eli.friedman@gmail.com>
Sun, 30 Nov 2008 08:32:11 +0000 (08:32 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 30 Nov 2008 08:32:11 +0000 (08:32 +0000)
commitd83ae7d698248958e157aeeaca9fb114bf1e2b60
tree938cb496ea57576a5a424b316c3d0bfac2380478
parent91db5271d2f09e4b56e3658277417408ffa70cbe
Optimize memmove and memset into the LLVM builtins.  Note that these
only show up in code from front-ends besides llvm-gcc, like clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60287 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SimplifyLibCalls.cpp
test/Transforms/SimplifyLibCalls/memmove.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/memset.ll [new file with mode: 0644]