Re: [PATCH] Move global range code to value-query.cc.

2021-05-28 Thread Jeff Law via Gcc-patches
On 5/27/2021 2:39 AM, Aldy Hernandez via Gcc-patches wrote: As discussed... This patch moves all the global range code from gimple-range.cc into value-query.cc. It also moves get_range_info and get_ptr_nonnull from tree-ssanames.c into their only uses, and removes external access to them. N

[PATCH] Move global range code to value-query.cc.

2021-05-27 Thread Aldy Hernandez via Gcc-patches
As discussed... This patch moves all the global range code from gimple-range.cc into value-query.cc. It also moves get_range_info and get_ptr_nonnull from tree-ssanames.c into their only uses, and removes external access to them. No functional changes. Pushed. gcc/ChangeLog: * gimple-