[cris-decc0 0/14] A set of compare-elimination-fixes.

2020-02-11 Thread Hans-Peter Nilsson
I just rebased and updated the vendors/axis branch axis/cris-decc0 with the following commits, which should bring back compare-elimination results to that of cc0 on master. With the exception of the bit-test patterns (btst / btstq which is more of a "combine" matter), everything is centered around

Re: [cris-decc0 0/14] A set of compare-elimination-fixes.

2020-05-05 Thread Jeff Law via Gcc-patches
On Wed, 2020-02-12 at 07:47 +0100, Hans-Peter Nilsson wrote: > I just rebased and updated the vendors/axis branch > axis/cris-decc0 with the following commits, which should bring > back compare-elimination results to that of cc0 on master. > > With the exception of the bit-test patterns (btst / bt

Re: [cris-decc0 0/14] A set of compare-elimination-fixes.

2020-05-05 Thread Hans-Peter Nilsson via Gcc-patches
> From: Jeff Law via Gcc-patches > Date: Tue, 5 May 2020 17:05:01 +0200 > On Wed, 2020-02-12 at 07:47 +0100, Hans-Peter Nilsson wrote: > > I just rebased and updated the vendors/axis branch > > axis/cris-decc0 with the following commits, which should bring > > back compare-elimination results to

Re: [cris-decc0 0/14] A set of compare-elimination-fixes.

2020-02-12 Thread Eric Botcazou
> I just rebased and updated the vendors/axis branch > axis/cris-decc0 with the following commits, which should bring > back compare-elimination results to that of cc0 on master. Nice work! An example of transition done properly... > With the exception of the bit-test patterns (btst / btstq whic