[llvm-commits] [PATCH] Teach SimplifyLibCalls about stpcpy
David Majnemer
david.majnemer at gmail.com
Sun May 13 16:52:38 PDT 2012
Hello,
The attached patch converts stpcpy(x, "some_litteral") into a memcpy
and a GetElementPointer instruction.
--
David Majnemer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simplify_stpcpy.patch
Type: application/octet-stream
Size: 6117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120513/6b28222e/attachment.obj>
More information about the llvm-commits
mailing list