> 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
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: