Re: [PATCH] Avoid repeated forwarder_block_p calls in CFG cleanup

2023-04-22 Thread Jeff Law via Gcc-patches
On 4/19/23 04:32, Richard Biener via Gcc-patches wrote: CFG cleanup maintains BB_FORWARDER_BLOCK and uses FORWARDER_BLOCK_P to check that apart from two places which use forwarder_block_p in outgoing_edges_match alongside many BB_FORWARDER_BLOCK uses. The following adjusts those. Bootstrappe

[PATCH] Avoid repeated forwarder_block_p calls in CFG cleanup

2023-04-19 Thread Richard Biener via Gcc-patches
CFG cleanup maintains BB_FORWARDER_BLOCK and uses FORWARDER_BLOCK_P to check that apart from two places which use forwarder_block_p in outgoing_edges_match alongside many BB_FORWARDER_BLOCK uses. The following adjusts those. Bootstrapped and tested on x86_64-unknown-linux-gnu, I verified cc1files