[llvm-commits] CVS: llvm/docs/ExtendingLLVM.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 10 01:57:00 PDT 2004
Changes in directory llvm/docs:
ExtendingLLVM.html updated: 1.3 -> 1.4
---
Log message:
Add note
---
Diffs of the changes: (+6 -1)
Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.3 llvm/docs/ExtendingLLVM.html:1.4
--- llvm/docs/ExtendingLLVM.html:1.3 Fri Apr 9 14:24:20 2004
+++ llvm/docs/ExtendingLLVM.html Sat Apr 10 01:56:53 2004
@@ -99,6 +99,11 @@
<li><tt>llvm/lib/VMCore/Function.cpp (<tt>Function::getIntrinsicID()</tt>)</tt>:
Identify the new intrinsic function, returning the enum for the intrinsic
that you added.</li>
+
+<li><tt>llvm/lib/Analysis/BasicAliasAnalysis.cpp</tt>: If the new intrinsic does
+ not access memory, or does not write to memory, add it to the relevant list
+ of functions.</li>
+
<li>Test your intrinsic</li>
<li><tt>llvm/test/Regression/*</tt>: add your test cases to the test suite.</li>
</ol>
@@ -222,7 +227,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/09 19:24:20 $
+ Last modified: $Date: 2004/04/10 06:56:53 $
</address>
</body>
More information about the llvm-commits
mailing list