[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346 --- Comment #8 from Richard Biener --- Author: rguenth Date: Mon Dec 1 13:13:28 2014 New Revision: 218211 URL: https://gcc.gnu.org/viewcvs?rev=218211&root=gcc&view=rev Log: 2014-12-01 Richard Biener PR tree-optimization/15346 * Make

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2014-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346 Bug 15346 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2008-04-29 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-04-29 10:05 --- tree-ssa-reassoc can/should be extended to do this. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2005-07-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-12 21:27 --- It might be a while for me to rewrite the tree combiner so unassigning for now. -- What|Removed |Added ---