Re: [PATCH 5/7] Allow match-and-simplified phiopt to run in early phiopt

2021-06-23 Thread Andrew Pinski via Gcc-patches
On Mon, Jun 21, 2021 at 2:50 AM Richard Biener via Gcc-patches wrote: > > On Sat, Jun 19, 2021 at 11:44 PM apinski--- via Gcc-patches > wrote: > > > > From: Andrew Pinski > > > > To move a few things more to match-and-simplify from phiopt, > > we need to allow match_simplify_replacement to run i

Re: [PATCH 5/7] Allow match-and-simplified phiopt to run in early phiopt

2021-06-21 Thread Richard Biener via Gcc-patches
On Sat, Jun 19, 2021 at 11:44 PM apinski--- via Gcc-patches wrote: > > From: Andrew Pinski > > To move a few things more to match-and-simplify from phiopt, > we need to allow match_simplify_replacement to run in early > phiopt. To do this, we need to mark some match patterns > if they can be don

[PATCH 5/7] Allow match-and-simplified phiopt to run in early phiopt

2021-06-19 Thread apinski--- via Gcc-patches
From: Andrew Pinski To move a few things more to match-and-simplify from phiopt, we need to allow match_simplify_replacement to run in early phiopt. To do this, we need to mark some match patterns if they can be done in early phiopt or not. OK? Bootstrapped and tested on x86_64-linux-gnu with n