On Thu, 2021-10-28 at 17:24 +0200, Aldy Hernandez via Gcc-patches wrote: [...snip...]
> gcc/ChangeLog: > > * passes.def: Replace the pass_thread_jumps before VRP* with > pass_thread_jumps_full. Remove all pass_vrp_threader > instances. Given that you're deleting all pass_vrp_threader instances, will you be deleting make_pass_vrp_threader and class pass_vrp_threader once the dust settles? (and thus execute_vrp_threader, etc?) Dave