Re: [PATCH] rs6000: Remove integer abs/nabs/min/max patterns

2012-09-18 Thread David Edelsohn
On Tue, Sep 18, 2012 at 1:01 PM, Segher Boessenkool wrote: > Without these patterns, the exact same code is generated. This > is a leftover from when we still had a "doz" instruction. > > Tested on powerpc64-linux --enable-languages=c,c++,fortran; > no regressions. Also tested all these patterns

[PATCH] rs6000: Remove integer abs/nabs/min/max patterns

2012-09-18 Thread Segher Boessenkool
Without these patterns, the exact same code is generated. This is a leftover from when we still had a "doz" instruction. Tested on powerpc64-linux --enable-languages=c,c++,fortran; no regressions. Also tested all these patterns manually, -m32 and -m64, -misel and -mno-isel. Okay to apply? 201