diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-09 22:38:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-09 22:38:42 +0000 |
commit | f3ad36c2a02824495c28cd365122f18a21eebc90 (patch) | |
tree | 6a9b896a558e1f595a4745e883039b385d1a2f71 /docs/ExtendingLLVM.html | |
parent | aeebe7f208eda273041a3d31cb261bfe372ea96b (diff) | |
download | external_llvm-f3ad36c2a02824495c28cd365122f18a21eebc90.zip external_llvm-f3ad36c2a02824495c28cd365122f18a21eebc90.tar.gz external_llvm-f3ad36c2a02824495c28cd365122f18a21eebc90.tar.bz2 |
Adding an intrinsic is simpler still.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.html')
-rw-r--r-- | docs/ExtendingLLVM.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index d2f358e..008eb0a 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -92,10 +92,6 @@ function and then be turned into an instruction if warranted.</p> constant fold your intrinsic, add support to it in the <tt>canConstantFoldCallTo</tt> and <tt>ConstantFoldCall</tt> functions.</li> -<li><tt>llvm/lib/Transforms/Utils/Local.cpp</tt>: If your intrinsic has no side- - effects, add it to the list of intrinsics in the - <tt>isInstructionTriviallyDead</tt> function.</li> - <li><tt>llvm/test/Regression/*</tt>: Add test cases for your test cases to the test suite</li> </ol> |