This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]