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 middle-end/66741] loops not fused nor vectorized


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

--- Comment #6 from Bernhard Reutner-Fischer <aldot at gcc dot gnu.org> ---
Created attachment 35942
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35942&action=edit
Variant demonstrating strcpy+tolower fused loop, vectorized, SSE4.x

Code like this should be emitted for such strcpy+tolower "patterns" (on
SSE4.x), like for the motivating -1.c


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