On Apr 29, 2019, Richard Biener wrote:
> OK for trunk and branch?
> 2019-04-29 Richard Biener
> PR tree-optimization/90273
> * tree-ssa-dce.c (eliminate_unnecessary_stmts): Eliminate
> useless debug stmts.
LGTM, thanks
--
Alexandre Oliva, freedom fighter https://FSFLA.
On Mon, 29 Apr 2019, Richard Biener wrote:
>
> The following fixes PR90273 where the testcase exhibits an excessive
> number of debug stmts after the recent fixes to CFG cleanup to not
> throw away debug stmts it cannot move but instead move and reset them.
> This excessiveness causes compile-tim
The following fixes PR90273 where the testcase exhibits an excessive
number of debug stmts after the recent fixes to CFG cleanup to not
throw away debug stmts it cannot move but instead move and reset them.
This excessiveness causes compile-time and memory-usage to go through the
roof.
The fix i