Re: [PATCH] Use match-and-simplify in phi-opt

2021-05-31 Thread Andrew Pinski via Gcc-patches
On Tue, May 25, 2021 at 7:12 AM Richard Biener via Gcc-patches wrote: > > On Mon, May 24, 2021 at 4:09 AM apinski--- via Gcc-patches > wrote: > > > > From: Andrew Pinski > > > > To simplify PHI-OPT and future improvements to it in most > > (but not all) cases, using match-and-simplify simplifies

Re: [PATCH] Use match-and-simplify in phi-opt

2021-05-25 Thread Richard Biener via Gcc-patches
On Mon, May 24, 2021 at 4:09 AM apinski--- via Gcc-patches wrote: > > From: Andrew Pinski > > To simplify PHI-OPT and future improvements to it in most > (but not all) cases, using match-and-simplify simplifies how > much code is needed to be added. > > This depends on the following two patches: