Re: [PATCH]middle-end: skip vectorization check on ilp32 on vect-early-break_124-pr114403.c

2024-04-16 Thread Jakub Jelinek
On Tue, Apr 16, 2024 at 07:12:23AM +, Tamar Christina wrote: > Regtested on x86_64-pc-linux-gnu with -m32,-m64 and no issues. > > Ok for master? > > Thanks, > Tamar > > gcc/testsuite/ChangeLog: > > PR tree-optimization/114403 > * gcc.dg/vect/vect-early-break_124-pr114403.c: Fix

RE: [PATCH]middle-end: skip vectorization check on ilp32 on vect-early-break_124-pr114403.c

2024-04-16 Thread Tamar Christina
> On Tue, Apr 16, 2024 at 09:00:53AM +0200, Richard Biener wrote: > > > PR tree-optimization/114403 > > > * gcc.dg/vect/vect-early-break_124-pr114403.c: Skip in ilp32. > > > > > > --- > > > diff --git a/gcc/testsuite/gcc.dg/vect/vect-early-break_124-pr114403.c >

Re: [PATCH]middle-end: skip vectorization check on ilp32 on vect-early-break_124-pr114403.c

2024-04-16 Thread Jakub Jelinek
On Tue, Apr 16, 2024 at 09:00:53AM +0200, Richard Biener wrote: > > PR tree-optimization/114403 > > * gcc.dg/vect/vect-early-break_124-pr114403.c: Skip in ilp32. > > > > --- > > diff --git a/gcc/testsuite/gcc.dg/vect/vect-early-break_124-pr114403.c > >

Re: [PATCH]middle-end: skip vectorization check on ilp32 on vect-early-break_124-pr114403.c

2024-04-16 Thread Richard Biener
On Tue, 16 Apr 2024, Tamar Christina wrote: > Hi all, > > The testcase seems to fail vectorization on -m32 since the access pattern is > determined as too complex. This skips the vectorization check on ilp32 > systems > as I couldn't find a better proxy for being able to do strided 64-bit