https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112357

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-11-03
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
-param=vect-max-peeling-for-alignment=
Common Joined UInteger Var(param_vect_max_peeling_for_alignment) Init(-1)
IntegerRange(0, 64) Param Optimization
Maximum number of loop peels to enhance alignment of data references in a loop.

Interesting that we allow an Init() with an out-of-range value.  Possibly
a way to detect whether the parameter was specified or not ...

Documentation should probably be adjusted to mention when not specified
no limit applies (the limit is the vectorization factor - 1)

Reply via email to