Re: [PATCH][13/n] Remove GENERIC stmt combining from SCCVN

2015-07-15 Thread Kyrill Tkachov
On 15/07/15 11:52, Richard Biener wrote: On Thu, 9 Jul 2015, Kyrill Tkachov wrote: Hi Richard, On 07/07/15 15:10, Richard Biener wrote: This moves a few more patterns that show up during bootstrap. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2015-07-07

Re: [PATCH][13/n] Remove GENERIC stmt combining from SCCVN

2015-07-15 Thread Richard Biener
On Thu, 9 Jul 2015, Kyrill Tkachov wrote: > Hi Richard, > > On 07/07/15 15:10, Richard Biener wrote: > > This moves a few more patterns that show up during bootstrap. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. > > > > Richard. > > > > 2015-07-07 Richard Bie

Re: [PATCH][13/n] Remove GENERIC stmt combining from SCCVN

2015-07-09 Thread Kyrill Tkachov
Hi Richard, On 07/07/15 15:10, Richard Biener wrote: This moves a few more patterns that show up during bootstrap. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2015-07-07 Richard Biener * fold-const.c (fold_binary_loc): Move (X & C2) << C

[PATCH][13/n] Remove GENERIC stmt combining from SCCVN

2015-07-07 Thread Richard Biener
This moves a few more patterns that show up during bootstrap. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2015-07-07 Richard Biener * fold-const.c (fold_binary_loc): Move (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...