https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126143
--- Comment #4 from ptomsich at gcc dot gnu.org --- After staring at the dump files and disassembly diffs some more: - noce_convert_multiple_sets bails for NaN-honoring FP conditions because it requires the reversed comparison - the original comparison polarity and swapping the cmove arms (as the single-set path does) would close that gap Ok to repurpose this PR, or do you want to see a new one instead?
