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/56812] Simple loop is not SLP-vectorized after r196872


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

--- Comment #4 from Yuri Rumyantsev <ysrumyan at gmail dot com> 2013-04-02 13:27:15 UTC ---
Yes, the test-case is correct. If we delete your changes we got thee following
(with -ftree-vectorizer-verbose-3):

t.cc:12: note: vectorizing stmts using SLP.BASIC BLOCK VECTORIZED

t.cc:12: note: basic block vectorized using SLP


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