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

--- Comment #17 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:2ac62db0915ea468b8d92ab6da105e2e168e06bc

commit r15-9054-g2ac62db0915ea468b8d92ab6da105e2e168e06bc
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Mar 27 12:40:15 2025 +0100

    target/119010 - add reservations for integer vector compares to zen4/zen5

    The following handles TI, OI and XI mode in the respective EVEX
    compare reservations that do not use memory (I've not yet run into
    ones with).  The znver automata has separate reservations for
    integer compares (but only for zen1, for zen2 and zen3 there are
    no compare reservations at all), but I don't see why that should
    be necessary here.

            PR target/119010
            * config/i386/zn4zn5.md (znver4_sse_cmp_avx128,
            znver5_sse_cmp_avx128): Handle TImode.
            (znver4_sse_cmp_avx256, znver5_sse_cmp_avx256): Handle OImode.
            (znver4_sse_cmp_avx512, znver5_sse_cmp_avx512): Handle XImode.

Reply via email to