[Bug other/63387] Optimize pairs of isnan() calls into a single isunordered()
"cvs-commit at gcc dot gnu.org via Gcc-bugs" <[email protected]> Mon, 03 Aug 2026 19:26:23 +0000
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63387 --- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kael Andrew Franco <[email protected]>: https://gcc.gnu.org/g:8239d935883516d5c1b51f68d56c926deeaafc8e commit r17-2903-g8239d935883516d5c1b51f68d56c926deeaafc8e Author: Kael Andrew Alonzo Franco <[email protected]> Date: Mon Aug 3 15:25:43 2026 -0400 match: Combine four simplify into one for. [PR63387] This reduce genmatch's outputted C++ code. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR tree-optimization/63387 gcc/ChangeLog: * match.pd: Combine four simplify into one for. Signed-off-by: Kael Andrew Franco <[email protected]>=