mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35de7619a0
commit
ff730398c0
@ -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