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 rtl-optimization/32084] gfortran 4.3 13%-18% slower for induct.f90 than gcc 4.0-based competitor



------- Comment #12 from rguenth at gcc dot gnu dot org  2007-06-28 11:40 -------
I suspect the vectorizer leaves us with too much dead statements that confuse
the complete unrollers size cost metric.  Running dce after vectorization might
fix this.


-- 


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


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