Re: [PATCH] Overhaul jump thread state in forward threader.

2021-09-22 Thread Jeff Law via Gcc-patches
On 9/22/2021 12:41 PM, Aldy Hernandez wrote: I've been pulling state from across the forward jump threader into the jt_state class, but it it still didn't feel right. The ultimate goal was to keep track of candidate threading paths so that the simplifier could simplify statements with the pat

[PATCH] Overhaul jump thread state in forward threader.

2021-09-22 Thread Aldy Hernandez via Gcc-patches
I've been pulling state from across the forward jump threader into the jt_state class, but it it still didn't feel right. The ultimate goal was to keep track of candidate threading paths so that the simplifier could simplify statements with the path as context. This patch completes the transition