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

--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Uros Bizjak <u...@gcc.gnu.org>:

https://gcc.gnu.org/g:1fe03d184723ee942c74b5e6f8cde45d2fcdcd60

commit r13-9335-g1fe03d184723ee942c74b5e6f8cde45d2fcdcd60
Author: Uros Bizjak <ubiz...@gmail.com>
Date:   Mon Jan 20 16:12:26 2025 +0100

    i386: Disable SImode/DImode moves from/to mask regs without avx512bw
[PR118067]

    SImode and DImode moves from/to mask registers are valid only with
AVX512BW,
    so mark relevant alternatives in *movsi_internal and *movdi_internal as
such.

            PR target/118067

    gcc/ChangeLog:

            * config/i386/i386.md (*movdi_internal):
            Disable alternatives from/to mask registers without AVX512BW.
            (*movsi_internal): Ditto.

Reply via email to