From 009364ebcfa6875d7550c2eb3178f059f8e626b5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 22 Apr 2010 20:48:34 +0000 Subject: [PATCH] The -condprop pass has been deleted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102125 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Passes.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/Passes.html b/docs/Passes.html index a2bacf95e77..0f8f69e5ab5 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -114,7 +114,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -block-placementProfile Guided Basic Block Placement -break-crit-edgesBreak critical edges in CFG -codegenpreparePrepare a function for code generation --condpropConditional Propagation -constmergeMerge Duplicate Global Constants -constpropSimple constant propagation -dceDead Code Elimination @@ -639,15 +638,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! basic-block-at-a-time approach. It should eventually be removed. - -

- Conditional Propagation -
-
-

This pass propagates information about conditional expressions through the - program, allowing it to eliminate conditional branches in some cases.

-
-
Merge Duplicate Global Constants