]> git.ipfire.org Git - thirdparty/gcc.git/commit
path solver: Revert computation of ranges in gimple order.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 25 Nov 2021 16:30:07 +0000 (17:30 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Thu, 25 Nov 2021 16:34:31 +0000 (17:34 +0100)
commit415f9ee404dc9e8ae1cade160a33400b10abb18a
treeb8fb9fa2e7d9408758281ae5770bbb951902fa08
parent58d50a5dd6344179eebaeb6fd2f895e59463cf74
path solver: Revert computation of ranges in gimple order.

Revert the patch below, as it may slow down compilation with large CFGs.

commit 8acbd7bef6edbf537e3037174907029b530212f6
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Wed Nov 24 09:43:36 2021 +0100

    path solver: Compute ranges in path in gimple order.

gcc/ChangeLog:

* gimple-range-path.cc (path_range_query::compute_ranges_defined): Remove.
(path_range_query::compute_ranges_in_block): Revert to bitmap order.
* gimple-range-path.h: Remove compute_ranges_defined.
gcc/gimple-range-path.cc
gcc/gimple-range-path.h