Re: [PATCH 3/7] PHIOPT: Move store_elim_worker into pass_cselim::execute

2023-04-27 Thread Richard Biener via Gcc-patches
On Mon, Apr 24, 2023 at 11:31 PM Andrew Pinski via Gcc-patches wrote: > > This simple patch moves the body of store_elim_worker > direclty into pass_cselim::execute. > > Also removes unneeded prototypes too. > > OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. OK. > gcc/Chang

[PATCH 3/7] PHIOPT: Move store_elim_worker into pass_cselim::execute

2023-04-24 Thread Andrew Pinski via Gcc-patches
This simple patch moves the body of store_elim_worker direclty into pass_cselim::execute. Also removes unneeded prototypes too. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. gcc/ChangeLog: * tree-ssa-phiopt.cc (cond_store_replacement): Remove prototype.