Displaying 2 results from an estimated 2 matches for "3e14c472".
Did you mean:
3.14472
2012 Mar 28
0
[LLVMdev] intrinsic
> Here is my problem:
> what does instrinsic / intrinsic function really means?
You probably need to look at http://llvm.org/docs/ExtendingLLVM.html.
Simply put, when you want to extend LLVM IR, say adding a new LLVM
instruction, you have better try to add a intrinsic function [1] which has
the same effect as the instruction you want to add.
I don't think they are the same
2012 Mar 28
3
[LLVMdev] intrinsic
Hi,all.
I've been reading the llvm source code for some days.
Here is my problem:
what does instrinsic / intrinsic function really means?
Are these "the function belong to llvm and just belong to llvm"?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: