Re: [gomp4] mangle linear step of 1 with just 'l'

2013-11-06 Thread Aldy Hernandez
On 11/02/13 09:50, Jakub Jelinek wrote: On Sat, Nov 02, 2013 at 08:25:28AM -0500, Aldy Hernandez wrote: Your patch mangling negative linear steps caused a regression in simd-clones-2.c. Well, it already had a failure, but now it has two :). The problem is that AFAIU, a linear step of 1, is man

Re: [gomp4] mangle linear step of 1 with just 'l'

2013-11-02 Thread Jakub Jelinek
On Sat, Nov 02, 2013 at 08:25:28AM -0500, Aldy Hernandez wrote: > Your patch mangling negative linear steps caused a regression in > simd-clones-2.c. Well, it already had a failure, but now it has two > :). > > The problem is that AFAIU, a linear step of 1, is mangled with just > 'l', not 'l1'. >

[gomp4] mangle linear step of 1 with just 'l'

2013-11-02 Thread Aldy Hernandez
Hi Jakub. Your patch mangling negative linear steps caused a regression in simd-clones-2.c. Well, it already had a failure, but now it has two :). The problem is that AFAIU, a linear step of 1, is mangled with just 'l', not 'l1'. I am not completely sure of this, and was hoping Balaji coul