From f3ad36c2a02824495c28cd365122f18a21eebc90 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 9 Mar 2006 22:38:42 +0000 Subject: Adding an intrinsic is simpler still. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26674 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExtendingLLVM.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/ExtendingLLVM.html') 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.

constant fold your intrinsic, add support to it in the canConstantFoldCallTo and ConstantFoldCall functions. -
  • llvm/lib/Transforms/Utils/Local.cpp: If your intrinsic has no side- - effects, add it to the list of intrinsics in the - isInstructionTriviallyDead function.
  • -
  • llvm/test/Regression/*: Add test cases for your test cases to the test suite
  • -- cgit v1.1