diff mbox series

[www] Document BB vectorizer improvements

Message ID nycvar.YFH.7.76.2104271119500.25088@elmra.sevgm.obk
State New
Headers show
Series [www] Document BB vectorizer improvements | expand

Commit Message

Richard Biener April 27, 2021, 9:20 a.m. UTC
Pushed.

---
 htdocs/gcc-11/changes.html | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 5090ec43..a74e188e 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -167,6 +167,15 @@  You may also want to check out our
       use <code>-g</code> together with <code>-gdwarf-2</code>,
       <code>-gdwarf-3</code> or <code>-gdwarf-4</code>.
   </li>
+  <li>
+    Vectorizer improvements:
+    <ul>
+      <li>The straight-line code vectorizer now considers the whole function
+	  when vectorizing and can handle opportunities crossing CFG merges
+	  and backedges.
+      </li>
+    </ul>
+  </li>
   <li>
     Inter-procedural optimization improvements:
     <ul>