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/41783] r151561 (PRE fix) regresses zeusmp



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-10-21 15:26 -------
LIM cleans up the 2nd insertion for me and moves the load next to the first
insertion.  What remains is the full redundancy and elimination of all the
PHIs, so yes, your PRE patch would solve this.  And yes, it is only the 2nd
loop that is vectorized for me.


-- 


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


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