[PATCH] D21920: Fix for Bug 26903 adds support to inline __builtin_mempcpy

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 09:18:46 PDT 2016


kparzysz added a comment.

If you want to retain the ability to have both memcpy and mempcpy, that is fine with me.

In such case, please add handling of mempcpy to TargetLibraryInfoImpl::isValidProtoForLibFunc, and to llvm::inferLibFuncAttributes, and add mempcpy to the testcases in test/Transforms/InferFunctionAttrs/.


http://reviews.llvm.org/D21920





More information about the llvm-commits mailing list