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

Sunita_Marathe via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 14:42:14 PDT 2016


Sunita_Marathe added a comment.

"and there might be passes which depend on the exact semantics of memcpy including return value etc."

The above should not really be an issue because the IR explicitly has the DST argument of the memcpy as the returned value.


http://reviews.llvm.org/D21920





More information about the llvm-commits mailing list