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

--- Comment #17 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Macleod <amacl...@gcc.gnu.org>:

https://gcc.gnu.org/g:9e4da946c4263a4c89d5fc365b3c97ae244c5018

commit r15-2858-g9e4da946c4263a4c89d5fc365b3c97ae244c5018
Author: Andrew MacLeod <amacl...@redhat.com>
Date:   Thu Aug 8 16:37:28 2024 -0400

    Adjust rangers recomputation depth based on the number of BBs.

    As the number of block increase, recomputations can become more
    expensive.  Adjust the depth limit to avoid excessive compile time.

            PR tree-optimization/114855
            * gimple-range-gori.cc (gori_compute::gori_compute): Adjust
            ranger_recompute_depth limit based on the number of BBs.
            (gori_compute::may_recompute_p): Use previosuly calculated value.
            * gimple-range-gori.h (gori_compute::m_recompute_depth): New.

Reply via email to