[Bug tree-optimization/64541] FRE pass optimization failure

2021-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64541 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug tree-optimization/64541] FRE pass optimization failure

2015-01-14 Thread skvadrik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64541 --- Comment #4 from Ulya --- Ah! Now I see the problem, thanks.

[Bug tree-optimization/64541] FRE pass optimization failure

2015-01-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64541 --- Comment #3 from rguenther at suse dot de --- On Wed, 14 Jan 2015, skvadrik at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64541 > > --- Comment #2 from Ulya --- > > we have to assume that p == q and thus the store t

[Bug tree-optimization/64541] FRE pass optimization failure

2015-01-14 Thread skvadrik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64541 --- Comment #2 from Ulya --- > we have to assume that p == q and thus the store to *q invalidates the > previously load *p I see. It seemed to me from GIMPLE dumps that both cases are equally easy to optimize, perhaps I'm missing something.

[Bug tree-optimization/64541] FRE pass optimization failure

2015-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64541 Richard Biener changed: What|Removed |Added Keywords||missed-optimization CC|