[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2018-05-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #14 from Eric Gallager --- (In reply to Andrew Pinski from comment #12) > (In reply to Eric Gallager from comment #11) > > (In reply to Andrew Pinski from comment #10) > > > Note this needs at least: > > > https://gcc.gnu.org/ml/gcc-p

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2018-02-21 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #13 from rguenther at suse dot de --- On February 21, 2018 2:13:22 PM GMT+01:00, "egallager at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 > >Eric Gallager changed: > > What|Removed

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2018-02-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 Andrew Pinski changed: What|Removed |Added Keywords|patch | --- Comment #12 from Andrew Pinski ---

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2018-02-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2016-11-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #10 from Andrew Pinski --- Note this needs at least: https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02837.html And a few more match.pd changes to fully replace conditional_replacement. I hope to be able to get a full patch for the ne

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2016-11-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #9 from Andrew Pinski --- Created attachment 40185 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40185&action=edit The start of the patch Note this is just a start of the rewrite. It needs improvement as it started out really

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2014-11-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #8 from Andrew Pinski --- (In reply to Andrew Pinski from comment #7) > (In reply to Andrew Pinski from comment #5) > > Maybe not fold but rather what I am working on, gimple_combine. > > Rather now gimple_simplify (which is from the

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2014-11-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > Maybe not fold but rather what I am working on, gimple_combine. Rather now gimple_simplify (which is from the match-and-simplify branch).

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2013-05-19 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #6 fr

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2012-02-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #5 from Andrew Pinski 2012-02-23 23:25:53 UTC --- Maybe not fold but rather what I am working on, gimple_combine.

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2012-01-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2008-02-27 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-27 13:18 --- Subject: Bug 25290 Author: rguenth Date: Wed Feb 27 13:17:17 2008 New Revision: 132710 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132710 Log: 2008-02-27 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2006-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-09 18:33 --- No longer working on this, I am too busy working on the gfortran front-end. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

2005-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-12 20:45 --- I am going to do this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Assi