Re: [COMMITTED] Do not call range_on_path_entry for SSAs defined within the path

2021-10-15 Thread Aldy Hernandez via Gcc-patches
It's been fixed on trunk. Aldy On Fri, Oct 15, 2021, 09:52 Christophe LYON via Gcc-patches < gcc-patches@gcc.gnu.org> wrote: > > On 14/10/2021 14:21, Aldy Hernandez via Gcc-patches wrote: > > In the path solver, when requesting the range of an SSA for which we > > know nothing, we ask the ranger

Re: [COMMITTED] Do not call range_on_path_entry for SSAs defined within the path

2021-10-15 Thread Christophe LYON via Gcc-patches
On 14/10/2021 14:21, Aldy Hernandez via Gcc-patches wrote: In the path solver, when requesting the range of an SSA for which we know nothing, we ask the ranger for the range incoming to the path. We do this by asking for all the incoming ranges to the path entry block and unioning them. The pr

[COMMITTED] Do not call range_on_path_entry for SSAs defined within the path

2021-10-14 Thread Aldy Hernandez via Gcc-patches
In the path solver, when requesting the range of an SSA for which we know nothing, we ask the ranger for the range incoming to the path. We do this by asking for all the incoming ranges to the path entry block and unioning them. The problem here is that we're asking for a range on path entry for a