Re: [PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2025-01-08 Thread Richard Biener
On Mon, Dec 9, 2024 at 11:15 PM Lewis Hyatt wrote: > > On Mon, Dec 09, 2024 at 02:07:07PM +0100, Richard Biener wrote: > > On Tue, Dec 3, 2024 at 2:42 PM Richard Biener > > wrote: > > > > > > On Tue, Dec 3, 2024 at 2:07 PM Lewis Hyatt wrote: > > > > > > > > On Tue, Dec 03, 2024 at 01:28:28PM +01

Re: [PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2024-12-09 Thread Lewis Hyatt
On Mon, Dec 09, 2024 at 02:07:07PM +0100, Richard Biener wrote: > On Tue, Dec 3, 2024 at 2:42 PM Richard Biener > wrote: > > > > On Tue, Dec 3, 2024 at 2:07 PM Lewis Hyatt wrote: > > > > > > On Tue, Dec 03, 2024 at 01:28:28PM +0100, Richard Biener wrote: > > > > On Mon, Dec 2, 2024 at 1:55 AM Lew

Re: [PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2024-12-09 Thread Richard Biener
On Tue, Dec 3, 2024 at 2:42 PM Richard Biener wrote: > > On Tue, Dec 3, 2024 at 2:07 PM Lewis Hyatt wrote: > > > > On Tue, Dec 03, 2024 at 01:28:28PM +0100, Richard Biener wrote: > > > On Mon, Dec 2, 2024 at 1:55 AM Lewis Hyatt wrote: > > > > > > > > This patch is my new way to handle what was p

Re: [PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2024-12-03 Thread Richard Biener
On Tue, Dec 3, 2024 at 2:07 PM Lewis Hyatt wrote: > > On Tue, Dec 03, 2024 at 01:28:28PM +0100, Richard Biener wrote: > > On Mon, Dec 2, 2024 at 1:55 AM Lewis Hyatt wrote: > > > > > > This patch is my new way to handle what was previously done in v2 patch > > > 04/14, discussed at: > > > https://

Re: [PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2024-12-03 Thread Lewis Hyatt
On Tue, Dec 03, 2024 at 01:28:28PM +0100, Richard Biener wrote: > On Mon, Dec 2, 2024 at 1:55 AM Lewis Hyatt wrote: > > > > This patch is my new way to handle what was previously done in v2 patch > > 04/14, discussed at: > > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669527.html > > >

Re: [PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2024-12-03 Thread Richard Biener
On Mon, Dec 2, 2024 at 1:55 AM Lewis Hyatt wrote: > > This patch is my new way to handle what was previously done in v2 patch > 04/14, discussed at: > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669527.html > > The only places I have found running into trouble with reallocated PHI node

[PATCH v3 1/7] middle-end: Handle resized PHI nodes in loop_version()

2024-12-01 Thread Lewis Hyatt
This patch is my new way to handle what was previously done in v2 patch 04/14, discussed at: https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669527.html The only places I have found running into trouble with reallocated PHI nodes (at least, the only places revealed by changing the size of