[Bug tree-optimization/15558] [tree-ssa] A missed forward propagation opportunity involving floats

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Feb 17 13:49:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-17 03:37 -------
Even though this is not really a missed optimization, I am going to add the missed optimization 
keyword.

This can be done in the tree forwarder (or really tree combiner since that removes the tree forwarder) 
but it will take some time for the tree combiner because I have to fix a couple of regressions there 
(two), one wrong code which does not make sense and one ICE which makes sense as it also effected 
the tree forwarder before :).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |missed-optimization


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15558



More information about the Gcc-bugs mailing list