On Mon, Mar 3, 2025 at 5:44 PM Richard Biener
<richard.guent...@gmail.com> wrote:
>
>
>
> > Am 03.03.2025 um 17:08 schrieb Uros Bizjak <ubiz...@gmail.com>:
> >
> > Reverse negative logic in !a ? b : c to become a ? c : b.
> >
> > No functional changes.
> >
> > gcc/ChangeLog:
> >
> >    * combine.cc (distribute_notes):
> >    Reverse negative logic in ternary operators.
> >
> > Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.
> >
> > Committed as an obvious patch.
>
> Err, isn’t the result of the ternary negated and thus your patch is wrong?

Ouch ... indeed. What I was looking at... :(

Reverted, and thanks!

Uros.

Reply via email to