Re: [PATCH][pushed] remove dead member variable in dom_jt_state

2022-06-30 Thread Aldy Hernandez via Gcc-patches
Anything dealing with the hybrid threader could probably use a little clean up. I've neglected to do so, as I'm hoping to nuke the forward threader altogether and replace it with the backwards threader. However, in order to do this, we need to implement prange (pointers) and frange (floats) to han

[PATCH][pushed] remove dead member variable in dom_jt_state

2022-06-30 Thread Martin Liška
Hi. I'm going to push the following clean-up. Martin gcc/ChangeLog: * tree-ssa-dom.cc (pass_dominator::execute): Remove m_ranger as it is unused. --- gcc/tree-ssa-dom.cc | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gcc/tree-ssa-dom.cc b/gcc/tree-s