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

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

https://gcc.gnu.org/g:66b6da3b66ed0fe79e5db79b41eabe82952d1a9b

commit r16-1722-g66b6da3b66ed0fe79e5db79b41eabe82952d1a9b
Author: Alexandre Oliva <[email protected]>
Date:   Thu Jun 26 21:01:26 2025 -0300

    [lra] reorder operations in lra_update_fp2sp_elimination [PR120424]

    The various recent additions to lra_update_fp2sp_elimination rendered
    it somewhat confusing, with intermixed groups of statements pertaining
    to three different major actions: disabling the elimination,
    recomputing live ranges, and spilling uses of the frame pointer.
    Reorder them for readability.


    for  gcc/ChangeLog

            PR rtl-optimization/120424
            * lra-eliminations.cc (lra_update_fp2sp_elimination): Reorder
            and regroup related statements.

Reply via email to