1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Add a note

llvm-svn: 12922
This commit is contained in:
Chris Lattner 2004-04-13 19:48:55 +00:00
parent 545e77c9d5
commit e83cd11f13

View File

@ -104,6 +104,10 @@ function and then be turned into an instruction if warranted.</p>
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>