On 4/24/23 10:28 AM, Jakub Jelinek wrote:
> On Mon, Apr 24, 2023 at 10:23:06AM -0500, Peter Bergner wrote:
>> On 4/19/23 3:00 PM, Segher Boessenkool wrote:
>>> On Wed, Apr 19, 2023 at 11:23:07PM +0530, Ajit Agarwal wrote:
* common/config/rs6000/rs6000-common.cc: Add REE pass as a
de
On Mon, Apr 24, 2023 at 10:23:06AM -0500, Peter Bergner wrote:
> On 4/19/23 3:00 PM, Segher Boessenkool wrote:
> > On Wed, Apr 19, 2023 at 11:23:07PM +0530, Ajit Agarwal wrote:
> >>* common/config/rs6000/rs6000-common.cc: Add REE pass as a
> >>default rs6000 target pass for O2 and above.
>
On 4/19/23 3:00 PM, Segher Boessenkool wrote:
> On Wed, Apr 19, 2023 at 11:23:07PM +0530, Ajit Agarwal wrote:
>> * common/config/rs6000/rs6000-common.cc: Add REE pass as a
>> default rs6000 target pass for O2 and above.
>
> Why only for -O2? Only when optimising at all makes sense, peop
Hello Segher:
On 20/04/23 1:30 am, Segher Boessenkool wrote:
> Hi!
>
> The subject should be something like
>
> rs6000: Enable REE pass by default
>
> (and no period at the end).
>
> On Wed, Apr 19, 2023 at 11:23:07PM +0530, Ajit Agarwal wrote:
>> This is the patch-1 for improving ree pass for
Hi!
The subject should be something like
rs6000: Enable REE pass by default
(and no period at the end).
On Wed, Apr 19, 2023 at 11:23:07PM +0530, Ajit Agarwal wrote:
> This is the patch-1 for improving ree pass for rs6000 target.
It actually just enables it :-)
The mail body should be the pro
Hello All:
This is the patch-1 for improving ree pass for rs6000 target.
Bootstrapped and regtested on powerpc64-linux-gnu.
Thanks & Regards
Ajit
ree: Improve ree pass for rs6000 target.
Add ree pass as a default pass for rs6000 target.
2023-04-19 Ajit Kumar Agarwal