On Sun, Oct 13, 2024 at 12:07 AM Andrew Pinski wrote:
>
> This is a better patch to fix PR 117096 (phiopt vs clobbers).
> The only time we remove clobbers of local variables is during
> remove_unused_locals. Since DSE might remove all of the stores
> to a local variable, it makes sense to also try
This is a better patch to fix PR 117096 (phiopt vs clobbers).
The only time we remove clobbers of local variables is during
remove_unused_locals. Since DSE might remove all of the stores
to a local variable, it makes sense to also try to remove unused local
variables afterwards.
This shows up more