Re: No a*x+b*x factorization for signed vectors

2018-10-01 Thread Richard Biener
On Sat, Sep 29, 2018 at 1:06 PM Marc Glisse wrote: > > Hello, > > this is a simple patch to remove the wrong-code part of PR 87319. I didn't > spend much time polishing that code, since it is meant to disappear > anyway. > > We could probably remove the inner == inner2 test in > signed_or_unsigned

No a*x+b*x factorization for signed vectors

2018-09-29 Thread Marc Glisse
Hello, this is a simple patch to remove the wrong-code part of PR 87319. I didn't spend much time polishing that code, since it is meant to disappear anyway. We could probably remove the inner == inner2 test in signed_or_unsigned_type_for, I hadn't noticed when copy-pasting the code. boots