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 optimization/12617] [3.4 Regression] jump to next instruction not always properly eliminated


------- Additional Comments From hubicka at gcc dot gnu dot org  2003-12-16 22:31 -------
The problem is that ifcvt is run after bb-reorder that cause such strange artefacts.  It is no clear why we order things this way and it seems to me that ifcvt can be done first.  I would like to do some SPEC testing before changing this tought. 
Honza

-- 


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


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