Re: [PATCH 2/6] PHIOPT: Cleanup tree_ssa_phiopt_worker code

2023-04-24 Thread Richard Biener via Gcc-patches
On Sun, Apr 23, 2023 at 12:13 AM Andrew Pinski via Gcc-patches wrote: > > This patch cleans up tree_ssa_phiopt_worker by merging > common code. Making do_store_elim handled earlier. > Note this does not change any overall logic of the code, > just moves code around enough to be able to do this. >

[PATCH 2/6] PHIOPT: Cleanup tree_ssa_phiopt_worker code

2023-04-22 Thread Andrew Pinski via Gcc-patches
This patch cleans up tree_ssa_phiopt_worker by merging common code. Making do_store_elim handled earlier. Note this does not change any overall logic of the code, just moves code around enough to be able to do this. This will make it easier to move code around even more and a few other fixes I have