Pushed.
--- htdocs/gcc-11/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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> -- 2.26.2