This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via e68543235a7222c3108917c125939cb9232dd964 (commit)
from 430ed008b0e3b55dea0270142c0063da1362323e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e68543235a7222c3108917c125939cb9232dd964
Author: Tamar Christina <[email protected]>
Date: Thu Apr 30 10:18:50 2026 +0100
vect: document vectorizer GCC 16 changes
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 8aff7d66..838a4e98 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -49,10 +49,17 @@ You may also want to check out our
statements with <code>-flto-toplevel-asm-heuristics</code>.</li>
<li>Speculative devirtualization now handles general indirect function
calls and supports speculating of more than one target.</li>
- <li>The vectorizer now supports vectorizing of uncounted loops and a wider
- class of loops with early exits.</li>
<li>The vectorizer is now more flexible in identifying in-loop parallelism
of reductions.</li>
+ <li>The vectorizer now supports vectorizing uncounted loops or loops for
+ which the number of iterations could not be determined.
+ </li>
+ <li>The vectorizer now supports peeling for alignment for vector length
+ agnostic loops using masking.
+ </li>
+ <li>The vectorizer now supports mutual peeling for alignment.</li>
+ <li>The vectorizer now generates more efficient code for loops with early
+ breaks by eliminating the vector induction computations.</li>
</ul>
<h3 id="documentation">Documentation</h3>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
gcc-wwwdocs