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/55213] vectorizer ignores __restrict__


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

--- Comment #4 from Joshua Conner <josh.m.conner at gmail dot com> 2012-11-29 22:17:50 UTC ---
I'm also seeing this same issue in libgfortran's matmul_r8.c, where the inner
loop has an aliasing check even though all of the pointer dereferences are via
restricted pointers.  Again, the problem is worse because the aliasing
versioning prevents us from doing vector alignment peeling.


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