Re: [PATCH] slsr: Use simple_dce_from_worklist in SLSR [PR116554]

2024-08-31 Thread Richard Biener
> Am 01.09.2024 um 06:07 schrieb Andrew Pinski : > > While working on a phiopt patch, it was noticed that > SLSR would leave around some unused ssa names. Let's > add simple_dce_from_worklist usage to SLSR to remove > the dead statements. This should give a small improvemnent > for passes afte

[PATCH] slsr: Use simple_dce_from_worklist in SLSR [PR116554]

2024-08-31 Thread Andrew Pinski
While working on a phiopt patch, it was noticed that SLSR would leave around some unused ssa names. Let's add simple_dce_from_worklist usage to SLSR to remove the dead statements. This should give a small improvemnent for passes afterwards. Boostrapped and tested on x86_64. gcc/ChangeLog: