[PATCH] D21920: Fix for Bug 26903 adds support to inline __builtin_mempcpy
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 11:45:33 PDT 2016
kparzysz added a comment.
Is the plan to always expand mempcpy into memcpy+add? Are there any platforms where mempcpy is provided in the runtime library?
http://reviews.llvm.org/D21920
More information about the llvm-commits
mailing list