[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Tue May 10 20:36:14 PDT 2005



Changes in directory llvm/docs:

LangRef.html updated: 1.102 -> 1.103
---
Log message:

don't duplicate information, particularly when it's out of date!


---
Diffs of the changes:  (+3 -7)

 LangRef.html |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.102 llvm/docs/LangRef.html:1.103
--- llvm/docs/LangRef.html:1.102	Fri May  6 20:46:40 2005
+++ llvm/docs/LangRef.html	Tue May 10 22:35:57 2005
@@ -2328,12 +2328,8 @@
 language, it is required that they all be documented here if any are added.</p>
 
 
-<p>
-Adding an intrinsic to LLVM is straight-forward if it is possible to express the
-concept in LLVM directly (ie, code generator support is not _required_).  To do
-this, extend the default implementation of the IntrinsicLowering class to handle
-the intrinsic.  Code generators use this class to lower intrinsics they do not
-understand to raw LLVM instructions that they do.
+<p>To learn how to add an intrinsics, please see the <a
+href="ExtendingLLVM.html">Extending LLVM Guide</a>.
 </p>
 
 </div>
@@ -3302,7 +3298,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/07 01:46:40 $
+  Last modified: $Date: 2005/05/11 03:35:57 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list