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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <[email protected]>:

https://gcc.gnu.org/g:f7a08d53ab3074d1661d74a438932da6ed4879cc

commit r17-238-gf7a08d53ab3074d1661d74a438932da6ed4879cc
Author: H.J. Lu <[email protected]>
Date:   Thu Apr 30 15:37:13 2026 +0800

    x86: Disable 16-bit imm store for TARGET_LCP_STALL

    When TARGET_LCP_STALL is enabled, 16-bit immediate integer store should
    be avoided.  Update V_16_32_64:*mov<mode>_imm to disable 16-bit immediate
    integer store when TARGET_LCP_STALL is enabled.

    Tested on Linux/x86-64 and Linux/i686.

            PR target/125102
            * config/i386/mmx.md (V_16_32_64:*mov<mode>_imm): Disable
            16-bit immediate integer store if TARGET_LCP_STALL is true.

    Signed-off-by: H.J. Lu <[email protected]>

Reply via email to