> 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? > > Uros. > <p.diff.txt>
- [committed] combine: Reverse negative logic in ternary oper... Uros Bizjak
- Re: [committed] combine: Reverse negative logic in ter... Richard Biener