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:
parent
7e4fa0a115
commit
2284d72f57
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user