1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.

llvm-svn: 154752
This commit is contained in:
Brendon Cahoon 2012-04-14 16:54:12 +00:00
parent 7e4fa0a115
commit 2284d72f57
2 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,10 @@ N: Cameron Buschardt
E: buschard@uiuc.edu
D: The `mem2reg' pass - promotes values stored in memory to registers
N: Brendon Cahoon
E: bcahoon@codeaurora.org
D: Loop unrolling with run-time trip counts.
N: Chandler Carruth
E: chandlerc@gmail.com
D: LinkTimeOptimizer for Linux, via binutils integration, and C API

View File

@ -308,6 +308,9 @@ Release Notes</a>.</h1>
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>