Re: [SH][committed] Simplify some predicates

2016-05-01 Thread Oleg Endo
On Sun, 2016-05-01 at 17:05 -0500, Segher Boessenkool wrote: > On Sun, May 01, 2016 at 12:40:15PM +0900, Oleg Endo wrote: > > The attached patch mainly simplifies some of the predicates. There > > is > > no functional change, except the removal of the "mov_nop" pattern, > > which resulted in a fe

Re: [SH][committed] Simplify some predicates

2016-05-01 Thread Segher Boessenkool
Hi Oleg, On Sun, May 01, 2016 at 12:40:15PM +0900, Oleg Endo wrote: > The attached patch mainly simplifies some of the predicates. There is > no functional change, except the removal of the "mov_nop" pattern, > which resulted in a few +- 4/8 byte code size changes in the CSiBE set, > which look l

[SH][committed] Simplify some predicates

2016-04-30 Thread Oleg Endo
Hi, The attached patch mainly simplifies some of the predicates. There is no functional change, except the removal of the "mov_nop" pattern, which resulted in a few +- 4/8 byte code size changes in the CSiBE set, which look like register allocation choices. But not sure what the original purpose