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

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by hongtao Liu
<liuho...@gcc.gnu.org>:

https://gcc.gnu.org/g:4e7735a8d87559bbddfe3a985786996e22241f8d

commit r14-10588-g4e7735a8d87559bbddfe3a985786996e22241f8d
Author: liuhongt <hongtao....@intel.com>
Date:   Mon Aug 12 14:35:31 2024 +0800

    Move ix86_align_loops into a separate pass and insert the pass after
pass_endbr_and_patchable_area.

    gcc/ChangeLog:

            PR target/116174
            * config/i386/i386.cc (ix86_align_loops): Move this to ..
            * config/i386/i386-features.cc (ix86_align_loops): .. here.
            (class pass_align_tight_loops): New class.
            (make_pass_align_tight_loops): New function.
            * config/i386/i386-passes.def: Insert pass_align_tight_loops
            after pass_insert_endbr_and_patchable_area.
            * config/i386/i386-protos.h (make_pass_align_tight_loops): New
            declare.

    gcc/testsuite/ChangeLog:

            * gcc.target/i386/pr116174.c: New test.

    (cherry picked from commit c3c83d22d212a35cb1bfb8727477819463f0dcd8)

Reply via email to