https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59429

--- Comment #23 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:91c43fae4628e5deee81ec70dd9a63a1d7ae5700

commit r17-3561-g91c43fae4628e5deee81ec70dd9a63a1d7ae5700
Author: Kael Andrew Alonzo Franco <[email protected]>
Date:   Wed Aug 19 16:03:33 2026 -0400

    match: Combine four loops into one loop for spaceship. [PR59429]

    This reduces genmatch's C++ output and encloses the 4th loop
    in INTEGRAL_TYPE_P (type) since the 3rd loop has an extra ).

    Bootstrapped and regtested on x86_64-pc-linux-gnu.

            PR tree-optimization/59429

    gcc/ChangeLog:

            * match.pd: Combine four loops into one loop for spaceship.

    Signed-off-by: Kael Andrew Franco <[email protected]>

Reply via email to