Displaying 2 results from an estimated 2 matches for "hasto".
Did you mean:
hasta
2008 Apr 21
0
[LLVMdev] Small problem with intrinsics
On Apr 21, 2008, at 13:00, Bart Coppens wrote:
> Hi Nicolas,
>
>> I guess that's because the value of the last argument of
>> llvm.memcpy hasto 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 afterwa...
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