Skip to content

Commit

Permalink
Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154752 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Brendon Cahoon committed Apr 14, 2012
1 parent 35de761 commit ff73039
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ N: Cameron Buschardt
E: [email protected]
D: The `mem2reg' pass - promotes values stored in memory to registers

N: Brendon Cahoon
E: [email protected]
D: Loop unrolling with run-time trip counts.

N: Chandler Carruth
E: [email protected]
D: LinkTimeOptimizer for Linux, via binutils integration, and C API
Expand Down
3 changes: 3 additions & 0 deletions docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ <h3>
optimizers:</p>

<ul>
<li>The loop unroll pass now is able to unroll loops with run-time trip counts.
This feature is turned off by default, and is enabled with the
<code>-unroll-runtime</code> flag.</li>
<li>....</li>
</ul>

Expand Down

0 comments on commit ff73039

Please sign in to comment.