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
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:
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:
https://gcc.gnu.org/pipermail/gcc-patches/2021-May/571033.html
https://gcc.gnu.or