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 target/56865] [4.9 regression] FAIL: gcc.dg/vect/vect-42.c scan-tree-dump-times vect "Vectorizing an unaligned access" 4


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

--- Comment #4 from Bill Schmidt <wschmidt at gcc dot gnu.org> 2013-05-02 15:27:08 UTC ---
(In reply to comment #3)
> 
> Correct.  Dumping order is affected by the patch though, thus if
> we previously disabled vectorization at some point the dumping
> before that can be affected due to the re-ordering.

It appears that we are vectorizing the same loops, but we are now vectorizing
one loop differently.  In r196871, the loop is peeled for alignment.  In
r196872, the loop is versioned for alignment.  

I will attach the vectorization detail dumps for the two revisions.


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