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/63467] should have asm statement that does not prevent vectorization


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63467

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Ok doing this works:
                asm("":"+r"(t)::);


But it looks like it should not vectorize due to the number of iterations
happening for that asm has changed.


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