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/18438] vectorizer failed for vector matrix multiplication


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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-27 11:27:31 UTC ---
The issue is that we cannot use a vector v4sf store to &opoints[i][0]
as opoints[i][4] is not stored to.  Such "masked" store (or "interleaved
store with gaps") is not supported by SLP.


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