On Mon, Mar 3, 2025 at 5:44 PM Richard Biener
wrote:
>
>
>
> > Am 03.03.2025 um 17:08 schrieb Uros Bizjak :
> >
> > Reverse negative logic in !a ? b : c to become a ? c : b.
> >
> > No functional changes.
> >
> > gcc/ChangeLog:
> >
> >* combine.cc (distribute_notes):
> >Reverse negative l
> Am 03.03.2025 um 17:08 schrieb Uros Bizjak :
>
> 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
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.
Uros.
diff --git