So much Thanks!!!<div>I've read your articles about llvm and qemu when I started to research s2e(It contains qemu klee llvm).Your views are very helpful to me!</div><div>Best wishes!<br><br><div class="gmail_quote">在 2012年3月28日 下午4:35,陳韋任 <span dir="ltr"><<a href="mailto:chenwj@iis.sinica.edu.tw">chenwj@iis.sinica.edu.tw</a>></span>写道:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Here is my problem:<br>
>       what does instrinsic / intrinsic function really means?<br>
<br>
</div>  You probably need to look at <a href="http://llvm.org/docs/ExtendingLLVM.html" target="_blank">http://llvm.org/docs/ExtendingLLVM.html</a>.<br>
Simply put, when you want to extend LLVM IR, say adding a new LLVM<br>
instruction, you have better try to add a intrinsic function [1] which has<br>
the same effect as the instruction you want to add.<br>
<br>
  I don't think they are the same as GCC built-in.<br>
<br>
Regards,<br>
chenwj<br>
<br>
[1] <a href="http://llvm.org/docs/LangRef.html#intrinsics" target="_blank">http://llvm.org/docs/LangRef.html#intrinsics</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Wei-Ren Chen (陳韋任)<br>
Computer Systems Lab, Institute of Information Science,<br>
Academia Sinica, Taiwan (R.O.C.)<br>
Tel:886-2-2788-3799 #1667<br>
Homepage: <a href="http://people.cs.nctu.edu.tw/~chenwj" target="_blank">http://people.cs.nctu.edu.tw/~chenwj</a><br>
</font></span></blockquote></div><br></div>