------- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-03 16:11 -------
Actually this is a case where jump threading gets in the way of PHI-OPT.
Really PHI-OPT should be put before VRP and DOM, I don't know why it was not.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-10-03 16:11:22
date| |
Summary|Generation of MAX_EXPRs and |Jump threading getting in
|MIN_EXPRs missed by phiopt |the way of PHI-OPT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29333