On Mon, May 12, 2025 at 7:32 PM Andrew Pinski wrote:
>
> On Mon, May 12, 2025 at 3:56 AM Richard Biener
> wrote:
> >
> > On Sat, May 10, 2025 at 3:13 AM Andrew Pinski
> > wrote:
> > >
> > > This move this canonicalization from forwprop
> > > (forward_propagate_into_gimple_cond)
> > > to gimple
On Mon, May 12, 2025 at 3:56 AM Richard Biener
wrote:
>
> On Sat, May 10, 2025 at 3:13 AM Andrew Pinski
> wrote:
> >
> > This move this canonicalization from forwprop
> > (forward_propagate_into_gimple_cond)
> > to gimple-fold.
> > This is a step in removing forward_propagate_into_gimple_cond f
On Sat, May 10, 2025 at 3:13 AM Andrew Pinski wrote:
>
> This move this canonicalization from forwprop
> (forward_propagate_into_gimple_cond)
> to gimple-fold.
> This is a step in removing forward_propagate_into_gimple_cond from forwprop.
I don't think fold_stmt should mess with the CFG, so NACK
This move this canonicalization from forwprop
(forward_propagate_into_gimple_cond)
to gimple-fold.
This is a step in removing forward_propagate_into_gimple_cond from forwprop.
Bootstrapped and tested on x86_64-linux-gnu.
gcc/ChangeLog:
* gimple-fold.cc (replace_stmt_with_simplification)