Re: [PATCH] [PR81810] unused strcpy to a local buffer not eliminated

2019-08-21 Thread Jeff Law
On 8/21/19 11:23 AM, kamlesh kumar wrote: > Hi , > This patch include fix for PR81810 > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > Thanks > ./Kamlesh > > 2019-08-21 Kamlesh Kumar > >PR tree-optimization/81810 >* tree-ssa-dse.c (dse_dom_walker::dse_optimize_stmt

Re: [PATCH] [PR81810] unused strcpy to a local buffer not eliminated

2019-08-21 Thread Jeff Law
On 8/21/19 11:23 AM, kamlesh kumar wrote: > Hi , > This patch include fix for PR81810 > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > Thanks > ./Kamlesh > > 2019-08-21 Kamlesh Kumar > >PR tree-optimization/81810 >* tree-ssa-dse.c (dse_dom_walker::dse_optimize_stmt

[PATCH] [PR81810] unused strcpy to a local buffer not eliminated

2019-08-21 Thread kamlesh kumar
Hi , This patch include fix for PR81810 Bootstrapped/regtested on x86_64-linux, ok for trunk? Thanks ./Kamlesh 2019-08-21 Kamlesh Kumar PR tree-optimization/81810 * tree-ssa-dse.c (dse_dom_walker::dse_optimize_stmt): Added BUILT_IN_STRCPY to consider for dse. (may