Re: [PATCH] PHIOPT: Move tree_ssa_cs_elim into pass_cselim::execute.

2023-04-18 Thread Jeff Law via Gcc-patches
On 4/18/23 13:21, Andrew Pinski via Gcc-patches wrote: This moves around the code for tree_ssa_cs_elim slightly improving code readability and removing declarations that are no longer needed. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. gcc/ChangeLog: * tree-

[PATCH] PHIOPT: Move tree_ssa_cs_elim into pass_cselim::execute.

2023-04-18 Thread Andrew Pinski via Gcc-patches
This moves around the code for tree_ssa_cs_elim slightly improving code readability and removing declarations that are no longer needed. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. gcc/ChangeLog: * tree-ssa-phiopt.cc (tree_ssa_phiopt_worker): Remove declaration.