and that synth_mult (and the addition form) should also avoid generating this
insn?
Thanks in advance,
Roger
--
From: Christophe Lyon
Sent: 05 August 2021 14:53
To: Roger Sayle
Cc: GCC Patches ; Marc Glisse
Subject: Re: [PATCH take 2] Fold (X<mailto:ro...@nextmovesoftware.com> &
On Wed, Jul 28, 2021 at 2:45 PM Roger Sayle
wrote:
>
> Hi Marc,
>
> Thanks for the feedback. After some quality time in gdb, I now appreciate
> that
> match.pd behaves (subtly) differently between generic and gimple, and the
> trees actually being passed to tree_nonzero_bits were not quite what
On Wed, Jul 28, 2021 at 2:45 PM Roger Sayle wrote:
>
>
> Hi Marc,
>
> Thanks for the feedback. After some quality time in gdb, I now appreciate
> that
> match.pd behaves (subtly) differently between generic and gimple, and the
> trees actually being passed to tree_nonzero_bits were not quite what
Hi Marc,
Thanks for the feedback. After some quality time in gdb, I now appreciate
that
match.pd behaves (subtly) differently between generic and gimple, and the
trees actually being passed to tree_nonzero_bits were not quite what I had
expected. Sorry for my confusion, the revised patch below