Displaying 2 results from an estimated 2 matches for "3dc250ec".
2008 Apr 21
0
[LLVMdev] Small problem with intrinsics
...special-case them. In this case, you can do
the equivalent of:
template <int align>
mymemcpy(...) {
@llvm.memcpy(..., align);
}
— Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080421/3dc250ec/attachment.html>
2008 Apr 21
2
[LLVMdev] Small problem with intrinsics
Hi Nicolas,
> I guess that's because the value of the last argument of llvm.memcpy has
> to be known at compile time.
Hmmm ok, that's understandable, but it's also a bit of a problem for me. I am
writing a pass that creates a 'shadow' copy of each function, so that I can
do some bookkeeping with it, and then call the original function afterwards.
This would include