]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Document -param=ix86-vect-unroll-limit.
authorliuhongt <hongtao.liu@intel.com>
Fri, 29 Aug 2025 02:27:00 +0000 (19:27 -0700)
committerliuhongt <hongtao.liu@intel.com>
Fri, 29 Aug 2025 02:30:19 +0000 (19:30 -0700)
gcc/ChangeLog:

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

gcc/doc/invoke.texi

index 56c4fa86e346676557774e83a782bff994758a6f..4e063e43c859dd778957809c0903972a22f354de 100644 (file)
@@ -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