mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
The -condprop pass has been deleted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d64d12dfcb
commit
009364ebcf
@ -114,7 +114,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if !
|
||||
<tr><td><a href="#block-placement">-block-placement</a></td><td>Profile Guided Basic Block Placement</td></tr>
|
||||
<tr><td><a href="#break-crit-edges">-break-crit-edges</a></td><td>Break critical edges in CFG</td></tr>
|
||||
<tr><td><a href="#codegenprepare">-codegenprepare</a></td><td>Prepare a function for code generation </td></tr>
|
||||
<tr><td><a href="#condprop">-condprop</a></td><td>Conditional Propagation</td></tr>
|
||||
<tr><td><a href="#constmerge">-constmerge</a></td><td>Merge Duplicate Global Constants</td></tr>
|
||||
<tr><td><a href="#constprop">-constprop</a></td><td>Simple constant propagation</td></tr>
|
||||
<tr><td><a href="#dce">-dce</a></td><td>Dead Code Elimination</td></tr>
|
||||
@ -639,15 +638,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if !
|
||||
basic-block-at-a-time approach. It should eventually be removed.
|
||||
</div>
|
||||
|
||||
<!-------------------------------------------------------------------------- -->
|
||||
<div class="doc_subsection">
|
||||
<a name="condprop">Conditional Propagation</a>
|
||||
</div>
|
||||
<div class="doc_text">
|
||||
<p>This pass propagates information about conditional expressions through the
|
||||
program, allowing it to eliminate conditional branches in some cases.</p>
|
||||
</div>
|
||||
|
||||
<!-------------------------------------------------------------------------- -->
|
||||
<div class="doc_subsection">
|
||||
<a name="constmerge">Merge Duplicate Global Constants</a>
|
||||
|
Loading…
Reference in New Issue
Block a user