[Bug tree-optimization/63467] should have asm statement that does not prevent vectorization

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 6 17:26:00 GMT 2014


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.



More information about the Gcc-bugs mailing list