summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBrendon Cahoon <bcahoon@codeaurora.org>2012-04-14 16:54:12 +0000
committerBrendon Cahoon <bcahoon@codeaurora.org>2012-04-14 16:54:12 +0000
commitff730398c0543249d71c605946b001d41e5fc1e1 (patch)
tree20b621ff09dfe36864ab93fa00e67ba06bc03fcb /docs/ReleaseNotes.html
parent35de7619a0599b11c2f1e0644ddea2b1bd1f9ae2 (diff)
downloadllvm-ff730398c0543249d71c605946b001d41e5fc1e1.tar.gz
llvm-ff730398c0543249d71c605946b001d41e5fc1e1.tar.bz2
llvm-ff730398c0543249d71c605946b001d41e5fc1e1.tar.xz
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 71555a4780..ca2bc649ef 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>