[Bug tree-optimization/19049] not vectorizing fortran loops because not moving user lables on the tree level

2004-12-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-01-

[Bug tree-optimization/19049] not vectorizing fortran loops because not moving user lables on the tree level

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-17 04:27 --- Created an attachment (id=7768) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7768&action=view) patch which fixes the non vectorizor problem This patch fixes the merging of the BB and the vectorizer c

[Bug tree-optimization/19049] not vectorizing fortran loops because not moving user lables on the tree level

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-17 04:15 --- The problem is that tree_can_merge_blocks_p returns false as BB a has a user label, what should happen instead is just move the user label. -- What|Removed |Added -

[Bug tree-optimization/19049] not vectorizing fortran loops

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-17 04:05 --- If anyone wants the full benchmark I can attach it or sent it to them. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19049