https://gcc.gnu.org/g:2cb3fb032de45555d35800da9e33d51e09fe4b02

commit r16-3452-g2cb3fb032de45555d35800da9e33d51e09fe4b02
Author: liuhongt <hongtao....@intel.com>
Date:   Thu Aug 28 19:27:00 2025 -0700

    Document -param=ix86-vect-unroll-limit.
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Document -param=ix86-vect-unroll-limit.

Diff:
---
 gcc/doc/invoke.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 56c4fa86e346..4e063e43c859 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17872,6 +17872,9 @@ Instructions number above which STFL stall penalty can 
be compensated.
 The maximum number of use and def visits when discovering a STV chain before
 the discovery is aborted.
 
+@item ix86-vect-unroll-limit
+Limit how much the autovectorizer may unroll a loop.
+
 @end table
 
 @end table

Reply via email to