------- Comment #3 from dberlin at gcc dot gnu dot org  2007-04-16 03:12 -------
PRE actually would perform the optimization on these two cases, but it sees the
cast as an induction variable.

Found partial redundancy for expression (short unsigned int) VH.29 (VH.37)
Skipping insertion of phi for partial redundancy: Looks like an induction
variable

I will change it to decide that only binary expressions are induction
variables, for the moment.


-- 

dberlin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dberlin at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-01-17 11:47:14         |2007-04-16 03:12:10
               date|                            |


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

Reply via email to