[Bug tree-optimization/123225] [16 Regression] Overly-aggressive vectorization of uncounted loops
vekumar at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 14 04:06:17 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123225
--- Comment #7 from vekumar at gcc dot gnu.org ---
Do you have cases where uncounted loop vectorization is helpful?? Looks like
real world benchmarks like Xalan, the string length is very small. Also, there
is not much happening. Make sense for targets that could elide alignment checks
(using non-faulting loads).
More information about the Gcc-bugs
mailing list