On Wed, 18 Sep 2024, Richard Biener wrote:
> The following adds --param vect-force-slp to enable the transition
> to full SLP. Full SLP is enforced during stmt analysis where it
> detects failed SLP discovery and at loop analysis time where it
> avoids analyzing a loop with SLP disabled. Failure
The following adds --param vect-force-slp to enable the transition
to full SLP. Full SLP is enforced during stmt analysis where it
detects failed SLP discovery and at loop analysis time where it
avoids analyzing a loop with SLP disabled. Failure to SLP results
in vectorization to fail.
Bootstrap