Hi Jeff,

Do you mean this one
https://gcc.gnu.org/pipermail/gcc-patches/2025-October/696495.html ?
Even though the expressions are similar, they are not the same. The
ones that we're targeting are like `((a ^ b) & c) cmp d | a != b`.
Note that we had already added match.pd patterns in our case too, but
we also implemented this in reassoc in order to handle more complex
cases.

So, yes, the patch is still relevant.

On Sat, Oct 4, 2025 at 8:36 PM Jeff Law <[email protected]> wrote:
>
>
>
> On 7/10/25 3:14 AM, Konstantinos Eleftheriou wrote:
> > Ping for https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687530.html
> > <https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687530.html> .
> Note that a different change also targeting those expressions was
> approved by Richi and I pushed it this morning.  I didn't at the time
> realize it perhaps covered the same space as this patch.
>
> So the natural question is whether or not this patch is still relevant?
>
> Jeff

Reply via email to