mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Say something about -vectorize in the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154788 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
831a6e86d5
commit
9068bf5dd0
@ -311,6 +311,9 @@ Release Notes</a>.</h1>
|
|||||||
<li>The loop unroll pass now is able to unroll loops with run-time trip counts.
|
<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
|
This feature is turned off by default, and is enabled with the
|
||||||
<code>-unroll-runtime</code> flag.</li>
|
<code>-unroll-runtime</code> flag.</li>
|
||||||
|
<li>A new basic-block autovectorization pass is available. Pass
|
||||||
|
<code>-vectorize</code> to run this pass along with some associated
|
||||||
|
post-vectorization cleanup passes.</li>
|
||||||
<li>....</li>
|
<li>....</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user