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

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 13 14:49:01 PDT 2004


Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.4 -> 1.5

---
Log message:

Add a note


---
Diffs of the changes:  (+5 -1)

Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.4 llvm/docs/ExtendingLLVM.html:1.5
--- llvm/docs/ExtendingLLVM.html:1.4	Sat Apr 10 01:56:53 2004
+++ llvm/docs/ExtendingLLVM.html	Tue Apr 13 14:48:55 2004
@@ -104,6 +104,10 @@
     not access memory, or does not write to memory, add it to the relevant list
     of functions.</li>
 
+<li><tt>llvm/lib/Transforms/Utils/Local.cpp</tt>: If it is possible to constant
+    propagate your intrinsic, add support to it in the
+    <tt>canConstantFoldCallTo</tt> and <tt>ConstantFoldCall</tt> functions.</li>
+
 <li>Test your intrinsic</li>
 <li><tt>llvm/test/Regression/*</tt>: add your test cases to the test suite.</li>
 </ol>
@@ -227,7 +231,7 @@
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/04/10 06:56:53 $
+  Last modified: $Date: 2004/04/13 19:48:55 $
 </address>
 
 </body>





More information about the llvm-commits mailing list