Re: [PATCH][v3] tree-optimization/86270 - improve SSA coalescing for loop exit test

2025-02-20 Thread Jeff Law
On 2/20/25 12:38 AM, Richard Biener wrote: On Wed, 19 Feb 2025, Jeff Law wrote: On 2/15/25 6:36 AM, Richard Biener wrote: The PR indicates a very specific issue with regard to SSA coalescing failures because there's a pre IV increment loop exit test. While IVOPTs created the desired IL w

Re: [PATCH][v3] tree-optimization/86270 - improve SSA coalescing for loop exit test

2025-02-19 Thread Richard Biener
On Wed, 19 Feb 2025, Jeff Law wrote: > > > On 2/15/25 6:36 AM, Richard Biener wrote: > > The PR indicates a very specific issue with regard to SSA coalescing > > failures because there's a pre IV increment loop exit test. While > > IVOPTs created the desired IL we later simplify the exit test i

Re: [PATCH][v3] tree-optimization/86270 - improve SSA coalescing for loop exit test

2025-02-19 Thread Jeff Law
On 2/15/25 6:36 AM, Richard Biener wrote: The PR indicates a very specific issue with regard to SSA coalescing failures because there's a pre IV increment loop exit test. While IVOPTs created the desired IL we later simplify the exit test into the undesirable form again. The following fixes

[PATCH][v3] tree-optimization/86270 - improve SSA coalescing for loop exit test

2025-02-15 Thread Richard Biener
The PR indicates a very specific issue with regard to SSA coalescing failures because there's a pre IV increment loop exit test. While IVOPTs created the desired IL we later simplify the exit test into the undesirable form again. The following fixes this up during RTL expansion where we try to im