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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:9506c28a557bcea34af13478f05d2d9fc3727072

commit r16-535-g9506c28a557bcea34af13478f05d2d9fc3727072
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Mon May 12 10:02:24 2025 +0800

    x86: Remove df_insn_rescan after emit_insn_*

    Since df_insn_rescan has been called by emit_insn_*, there is no need
    to call it after calling emit_insn_*.  Remove its unnecessary usages.

            PR target/120228
            * config/i386/i386-features.cc (ix86_place_single_vector_set):
            Remove df_insn_rescan after emit_insn_*.
            (remove_partial_avx_dependency): Likewise.
            (replace_vector_const): Likewise.

    Signed-off-by: H.J. Lu <hjl.to...@gmail.com>

Reply via email to