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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:7a07de2c60b3c513b6aef206e9b55b3ffefe8b39

commit r15-5008-g7a07de2c60b3c513b6aef206e9b55b3ffefe8b39
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Nov 7 09:23:03 2024 +0100

    rtl-optimization/117467 - 33% compile-time in rest of compilation

    ext-dce uses TV_NONE, that's not OK for a pass taking 33% compile-time.
    The following adds a timevar to it for proper blaming.

            PR rtl-optimization/117467
            * timevar.def (TV_EXT_DCE): New.
            * ext-dce.cc (pass_data_ext_dce): Use TV_EXT_DCE.

Reply via email to