[llvm-commits] [PATCH] RFC: fix some problems in GeneralHash

Chandler Carruth chandlerc at google.com
Wed Feb 22 13:22:40 PST 2012


On Wed, Feb 22, 2012 at 1:11 PM, Talin <viridia at gmail.com> wrote:

> So if we're going to be using memcpy


Don't misunderstand -- there will be no actual memcpy in the generated
code. This is a mechanism for reading underlying storage with well defined
behavior, it'll disappear in the optimizer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120222/1a5de734/attachment.html>


More information about the llvm-commits mailing list