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

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 07:09:42 PDT 2016


aaboud added a subscriber: aaboud.
aaboud added a comment.

The code LGTM.
However, I also not sure what are the advantages of not doing (mempcpy -> memcpy+add) in the IR level?


http://reviews.llvm.org/D21920





More information about the llvm-commits mailing list