Displaying 2 results from an estimated 2 matches for "6d72cec1".
2012 Mar 05
0
[LLVMdev] Clang question
...to do with llvm.lifetime.start and llvm.lifetime.end, what
> are these functions and why are they being inserted artificially?
>
> Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120305/6d72cec1/attachment.html>
2012 Mar 05
5
[LLVMdev] Clang question
Clang is inserting an llvm.memcpy function call into my program where it
does not exist (the code never calls memcpy), is there a particular reason
for this? It also looks like it's inserting two other artificial function
calls, something to do with llvm.lifetime.start and llvm.lifetime.end, what
are these functions and why are they being inserted artificially?
Thanks.
-------------- next