Re: [COMMITTED] Remove old VRP jump threader code.

2021-09-27 Thread Jeff Law via Gcc-patches
On 9/27/2021 9:41 AM, Aldy Hernandez via Gcc-patches wrote: There's a lot of code that melts away without the ASSERT_EXPR based jump threader. Also, I cleaned up the include files as part of the process. gcc/ChangeLog: * tree-vrp.c (lhs_of_dominating_assert): Remove. Whee, goodness

[COMMITTED] Remove old VRP jump threader code.

2021-09-27 Thread Aldy Hernandez via Gcc-patches
There's a lot of code that melts away without the ASSERT_EXPR based jump threader. Also, I cleaned up the include files as part of the process. gcc/ChangeLog: * tree-vrp.c (lhs_of_dominating_assert): Remove. (class vrp_jt_state): Remove. (class vrp_jt_simplifier): Remove.