https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119577
--- Comment #4 from rguenther at suse dot de ---
On Mon, 28 Apr 2025, rdapp at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119577
>
> --- Comment #3 from Robin Dapp ---
> I manage to have a quick look at the code now
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119577
--- Comment #3 from Robin Dapp ---
I manage to have a quick look at the code now. It looks like we force live
every induction and build slp instances for the IV increments.
I don't think adjusting the actual IV creation in vectorizable_inducti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119577
--- Comment #2 from Tamar Christina ---
(In reply to Richard Biener from comment #1)
> IIRC it depends on the "kind" of early break whether we need the
> first IV (scalar IV possible) or the last, but I don't rememeber exactly.
First is always
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119577
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2025-04-02
Status|UNCONFIR